Serializable
, Cloneable
, Iterable<AllowedValue>
, Collection<AllowedValue>
, List<AllowedValue>
, RandomAccess
public class AllowedValueList extends Vector<AllowedValue>
Modifier and Type | Field | Description |
---|---|---|
static String |
ELEM_NAME |
modCount
capacityIncrement, elementCount, elementData
Constructor | Description |
---|---|
AllowedValueList() |
|
AllowedValueList(String[] values) |
Modifier and Type | Method | Description |
---|---|---|
AllowedValue |
getAllowedValue(int n) |
|
boolean |
isAllowed(String v) |
parallelStream, stream
finalize, getClass, notify, notifyAll, wait, wait, wait
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
public static final String ELEM_NAME
public AllowedValueList()
public AllowedValueList(String[] values)
public AllowedValue getAllowedValue(int n)
public boolean isAllowed(String v)