|
||||||||
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.AbstractOzoneSet
org.ozoneDB.collections._AbstractOzoneMap_values
Do not use this class directly. This should be an inner class; unfortunately ozone does not support those yet.
Constructor Summary | |
_AbstractOzoneMap_values(OzoneMap owner)
Creates a new instance of AbstractDbMap_ValuesImpl |
Method Summary | |
java.util.Iterator |
_org_ozoneDB_internalIterator()
|
boolean |
contains(java.lang.Object value)
Test whether this collection contains a given object. |
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.AbstractOzoneSet |
equals, getClientSet, hashCode, removeAll |
Methods inherited from class org.ozoneDB.collections.AbstractOzoneCollection |
add, addAll, clear, containsAll, getClientCollection, isEmpty, remove, 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.OzoneSet |
getClientSet |
Methods inherited from interface org.ozoneDB.collections.OzoneCollection |
add, addAll, clear, getClientCollection, remove, removeAll, retainAll |
Methods inherited from interface java.util.Collection |
containsAll, equals, hashCode, isEmpty, toArray, toArray |
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy |
getObjectID |
Methods inherited from interface java.util.Set |
add, addAll, clear, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, toArray, toArray |
Constructor Detail |
public _AbstractOzoneMap_values(OzoneMap owner)
Method Detail |
public int size()
AbstractOzoneCollection
size
in interface java.util.Collection
size
in class AbstractOzoneCollection
public boolean contains(java.lang.Object value)
AbstractOzoneCollection
contains
in interface java.util.Collection
contains
in class AbstractOzoneCollection
value
- the object to remove from this collection
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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |