org.ozoneDB.collections
Class _BaseList_RandomAccessSubListImpl

java.lang.Object
  extended byorg.ozoneDB.OzoneObject
      extended byorg.ozoneDB.collections.AbstractOzoneCollection
          extended byorg.ozoneDB.collections.BaseListImpl
              extended byorg.ozoneDB.collections._BaseList_SubListImpl
                  extended byorg.ozoneDB.collections._BaseList_RandomAccessSubListImpl
All Implemented Interfaces:
_BaseList_SubList, BaseList, java.util.Collection, java.util.List, OzoneCollection, org.ozoneDB.OzoneCompatible, org.ozoneDB.OzoneCompatibleOrProxy, OzoneList, org.ozoneDB.OzoneRemote, java.util.RandomAccess, java.io.Serializable

public final class _BaseList_RandomAccessSubListImpl
extends _BaseList_SubListImpl
implements _BaseList_SubList, java.util.RandomAccess

Author:
Original author unknown, Eric Blake , ported to Ozone by Leo Mekenkamp
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ozoneDB.collections.BaseListImpl
modCount
 
Methods inherited from class org.ozoneDB.collections._BaseList_SubListImpl
_org_ozoneDB_checkBoundsExclusive, _org_ozoneDB_checkBoundsInclusive, _org_ozoneDB_checkMod, _org_ozoneDB_emptyClientCollection, _org_ozoneDB_getModCount, _org_ozoneDB_getOffset, _org_ozoneDB_incSize, _org_ozoneDB_internalIterator, _org_ozoneDB_removeRange, _org_ozoneDB_syncModCountWithBackingList, add, addAll, addAll, get, getClientList, iterator, listIterator, remove, set, size
 
Methods inherited from class org.ozoneDB.collections.BaseListImpl
add, clear, equals, hashCode, indexOf, internalIterator, lastIndexOf, listIterator, subList
 
Methods inherited from class org.ozoneDB.collections.AbstractOzoneCollection
contains, containsAll, getClientCollection, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class org.ozoneDB.OzoneObject
container, database, deleteRecursive, getHandle, getObjectID, handle, onActivate, onCreate, onDelete, onPassivate, requireWriteLocking, self, setContainer, toXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.collections._BaseList_SubList
_org_ozoneDB_checkBoundsExclusive, _org_ozoneDB_checkBoundsInclusive, _org_ozoneDB_checkMod, _org_ozoneDB_getOffset, _org_ozoneDB_incSize, _org_ozoneDB_syncModCountWithBackingList
 
Methods inherited from interface org.ozoneDB.collections.BaseList
_org_ozoneDB_emptyClientCollection, _org_ozoneDB_getModCount, _org_ozoneDB_removeRange
 
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
 



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