|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
You are encouraged NOT to use this interface, but rather just use OzoneList
, which does not contain the 'internal' methods, or even
SortedMap
, which does not have any ozone dependency at all
This interface functions as a sort of base interface for ozone aware lists, were those lists themselves can implement if the nodes in the list are ozone objects themselves or merely serializables.
Method Summary | |
java.util.List |
_org_ozoneDB_emptyClientCollection()
Needed for sub lists so that they can return the same type of list as the sub lists backing list would when getClientXxx() is
called. |
int |
_org_ozoneDB_getModCount()
|
void |
_org_ozoneDB_removeRange(int fromIndex,
int toIndex)
|
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 |
Method Detail |
public int _org_ozoneDB_getModCount()
public void _org_ozoneDB_removeRange(int fromIndex, int toIndex)
public java.util.List _org_ozoneDB_emptyClientCollection()
getClientXxx()
is
called.
getClientXxx()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |