public class NameValueResult
extends java.lang.Object
Constructor and Description |
---|
NameValueResult(int startPos,
int lastParsedPos,
MyReadOnlyEntry<java.lang.String,java.lang.String> nameValuePair)
Creates the NameValueResult
|
Modifier and Type | Method and Description |
---|---|
MyReadOnlyEntry<java.lang.String,java.lang.String> |
getNameValuePair()
Gets The NameValuePair that represents the actual content of the NAME(VALUE) string
|
int |
getNextParsePos()
Gets The last parsed position in the input string
|
int |
getStartPos()
Gets The first parsed position in the input string
|
java.lang.String |
toString() |
public NameValueResult(int startPos, int lastParsedPos, MyReadOnlyEntry<java.lang.String,java.lang.String> nameValuePair)
startPos
- The first parsed position in the input stringlastParsedPos
- The last parsed position in the input stringnameValuePair
- The NameValuePair that represents the actual content of the NAME(VALUE) stringpublic MyReadOnlyEntry<java.lang.String,java.lang.String> getNameValuePair()
public int getNextParsePos()
public int getStartPos()
public java.lang.String toString()
toString
in class java.lang.Object