|
|||||||||||
| 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.StatsProgramList
StatsProgramList is a collection of StatsProgram objects.
It also contains method used to operate 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 | |
StatsProgramList()
StatsProgramList constructor comment. |
|
StatsProgramList(int initialCapacity)
StatsValueList constructor with preset minimum size. |
|
StatsProgramList(int initialCapacity,
int capacityIncrement)
StatsValueList constructor with preset minimum size and capacity increment. |
|
StatsProgramList(StatsProgram sProg)
Convenience constructor for creating a new StatsProgramList and populating it with a single StatsProgram. |
|
| Method Summary | |
StatsProgramList |
getOidConflicts()
Searches for OID conflicts and returns a list of StatsProgram objects and their offending StatsValue components. |
java.util.Vector |
getOids()
Returns a vector of all of the OIDs in the contained StatsPrograms |
java.lang.String |
getValueByOid(java.lang.String oid)
Returns a StatsValue's 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 StatsProgramList()
public StatsProgramList(int initialCapacity)
initialCapacity - Initial capacity
public StatsProgramList(int initialCapacity,
int capacityIncrement)
initialCapacity - Initial capacitycapacityIncrement - Capacity incrementpublic StatsProgramList(StatsProgram sProg)
sProg - The StatsProgram which will be immediately added| Method Detail |
public StatsProgramList getOidConflicts()
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 java.util.Vector getOids()
public void unsetValues()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||