Package | Description |
---|---|
be.SIRAPRISE.util |
This package contains various utility methods.
|
Modifier and Type | Method and Description |
---|---|
MyReadOnlyEntry<java.lang.String,java.lang.String> |
NameValueResult.getNameValuePair()
Gets The NameValuePair that represents the actual content of the NAME(VALUE) string
|
MyReadOnlyEntry<K,V> |
MyReadOnlyEntryIterator.next() |
Constructor and Description |
---|
NameValueResult(int startPos,
int lastParsedPos,
MyReadOnlyEntry<java.lang.String,java.lang.String> nameValuePair)
Creates the NameValueResult
|