public class KeyValuePairs extends Vector<Object>
capacityIncrement, elementCount, elementDatamodCount| Constructor and Description |
|---|
KeyValuePairs() |
| Modifier and Type | Method and Description |
|---|---|
static KeyValuePairs |
parse(boolean pTyped,
URIString pUriStr)
Tries to parse the key-value pairs from the passed
pUriStr. |
String |
toString() |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, trimToSizepublic static KeyValuePairs parse(boolean pTyped, URIString pUriStr) throws IllegalArgumentException
pUriStr.pTyped - pUriStr - UntypedKeyValuePairs or
null if failed.IllegalArgumentExceptionpublic String toString()
toString in class Vector<Object>Vector.toString()Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.