wt.fc
Class IdOidObjectList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.ArrayList
              extended bywt.fc.AbstractDatastoreArray
                  extended bywt.fc.IdOidObjectList
All Implemented Interfaces:
Cloneable, Collection, DatastoreArray, DatastoreElement, DatastoreType, List, RandomAccess, Serializable

public class IdOidObjectList
extends AbstractDatastoreArray
implements DatastoreArray

This class represents a Datastore array for a list of ID and ObjectIdentifier pairs.

Supported API: false

Extendable: false

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.AbstractList
 
Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class java.util.ArrayList
 
Fields inherited from class java.util.AbstractList
modCount
 
Fields inherited from interface wt.fc.DatastoreType
VALUES
 
Constructor Summary
IdOidObjectList()
           
 
Methods inherited from class wt.fc.AbstractDatastoreArray
getArrayType, getValues, setValues
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, remove, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

IdOidObjectList

public IdOidObjectList()