org.ozoneDB.collections
Class AbstractOzoneList

java.lang.Object
  extended byorg.ozoneDB.collections.AbstractOzoneList
All Implemented Interfaces:
java.util.Collection, java.util.List, OzoneCollection, org.ozoneDB.OzoneCompatibleOrProxy, OzoneList, org.ozoneDB.OzoneRemote
Direct Known Subclasses:
BaseSequentialListImpl

public abstract class AbstractOzoneList
extends java.lang.Object
implements OzoneList

See the overall description on OzoneCollection.

Author:
Per Nyfelt

Constructor Summary
AbstractOzoneList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.collections.OzoneList
add, addAll, getClientList, remove, set
 
Methods inherited from interface org.ozoneDB.collections.OzoneCollection
_org_ozoneDB_internalIterator, add, addAll, clear, getClientCollection, remove, removeAll, retainAll
 
Methods inherited from interface java.util.Collection
contains, containsAll, equals, hashCode, isEmpty, iterator, size, toArray, toArray
 
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy
getObjectID
 
Methods inherited from interface java.util.List
add, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, retainAll, size, subList, toArray, toArray
 

Constructor Detail

AbstractOzoneList

public AbstractOzoneList()


Copyright © 2004 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.