- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.Vector
-
- com.bbn.openmap.graphicLoader.netmap.ChoiceList
-
-
Field Summary
-
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
-
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors
Constructor and Description |
ChoiceList() |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
add(java.lang.String label,
java.lang.Object value) |
ChoiceItem |
get(java.lang.String label) |
java.lang.String |
labelAt(int index) |
java.lang.Object |
valueAt(int index) |
-
Methods inherited from class java.util.Vector
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, toString, trimToSize
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
Constructor Detail
-
ChoiceList
public ChoiceList()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details