org.sblim.cimclient.internal.uri
public class KeyValuePairs extends Vector<Object>
capacityIncrement, elementCount, elementData
modCount
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, trimToSize
public static KeyValuePairs parse(boolean pTyped, URIString pUriStr) throws IllegalArgumentException
pUriStr
.pTyped
- pUriStr
- UntypedKeyValuePairs
or
null
if failed.IllegalArgumentException
public String toString()
toString
in class Vector<Object>
Vector.toString()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.