|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.Vector
|
+--com.mccrory.scott.spumoni.StatsValueList
StatsValueList is a collection of StatsValue objects.
Includes methods used for operating on that group of objects.
| Field Summary |
| Fields inherited from class java.util.Vector |
capacityIncrement, elementCount, elementData |
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
StatsValueList()
Basic StatsValueList constructor. |
|
StatsValueList(int initialCapacity)
StatsValueList constructor with preset minimum size. |
|
StatsValueList(int initialCapacity,
int capacityIncrement)
StatsValueList constructor with preset minimum size and capacity increment. |
|
StatsValueList(StatsValue sVal)
Convenience constructor for creating a new StatsValueList and populating it with a single StatsValue. |
|
| Method Summary | |
java.util.Vector |
getOids()
Returns a vector of all of the OIDs in the contained StatsValues |
java.lang.String |
getValueByOid(java.lang.String oid)
Returns a value String corresponding to the specified OID. |
void |
unsetValues()
Unsets all of the values. |
| 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, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
| Methods inherited from class java.util.AbstractList |
iterator, listIterator, listIterator |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
iterator, listIterator, listIterator |
| Constructor Detail |
public StatsValueList()
public StatsValueList(int initialCapacity)
initialCapacity - Initial capacity
public StatsValueList(int initialCapacity,
int capacityIncrement)
initialCapacity - Initial capacitycapacityIncrement - Capacity incrementpublic StatsValueList(StatsValue sVal)
sVal - The StatsValue which will be immediately added| Method Detail |
public java.util.Vector getOids()
public java.lang.String getValueByOid(java.lang.String oid)
throws java.util.NoSuchElementException
oid - java.lang.Stringjava.util.NoSuchElementException - if the OID isn't found.public void unsetValues()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||