public class KeyValuePairs
extends java.util.Vector<java.lang.Object>
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 . |
java.lang.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, trimToSize
public static KeyValuePairs parse(boolean pTyped, URIString pUriStr) throws java.lang.IllegalArgumentException
pUriStr
.pTyped
- pUriStr
- UntypedKeyValuePairs
or
null
if failed.java.lang.IllegalArgumentException
public java.lang.String toString()
toString
in class java.util.Vector<java.lang.Object>
Vector.toString()
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.