|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ozoneDB.OzoneObject
org.ozoneDB.collections.AbstractOzoneCollection
org.ozoneDB.collections._BaseTreeMap_values
DO NOT USE THIS CLASS DIRECTLY.
This should be an anonymous inner class; ozone will probably never support these as being seperate ozone objects, so we have to resort to this hack.
Constructor Summary | |
_BaseTreeMap_values(BaseTreeMap owner)
Creates a new instance of BaseTreeMap_values |
Method Summary | |
java.util.Iterator |
_org_ozoneDB_internalIterator()
|
void |
clear()
Remove all elements from the collection (optional operation). |
java.util.Iterator |
iterator()
Return an Iterator over this collection. |
int |
size()
Return the number of elements in this collection. |
Methods inherited from class org.ozoneDB.collections.AbstractOzoneCollection |
add, addAll, contains, containsAll, getClientCollection, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
Methods inherited from class org.ozoneDB.OzoneObject |
container, database, deleteRecursive, equals, getHandle, getObjectID, handle, hashCode, 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.OzoneCollection |
add, addAll, getClientCollection, remove, removeAll, retainAll |
Methods inherited from interface java.util.Collection |
contains, containsAll, equals, hashCode, isEmpty, toArray, toArray |
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy |
getObjectID |
Constructor Detail |
public _BaseTreeMap_values(BaseTreeMap owner)
Method Detail |
public int size()
AbstractOzoneCollection
size
in interface java.util.Collection
size
in class AbstractOzoneCollection
public java.util.Iterator iterator()
AbstractOzoneCollection
iterator
in interface java.util.Collection
iterator
in class AbstractOzoneCollection
public java.util.Iterator _org_ozoneDB_internalIterator()
_org_ozoneDB_internalIterator
in interface OzoneCollection
public void clear()
AbstractOzoneCollection
clear
in interface OzoneCollection
clear
in class AbstractOzoneCollection
Iterator.remove()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |