|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ozoneDB.OzoneProxy
org.ozoneDB.collections.FullTreeMapImpl_Proxy
This class was automatically generated by ozone's OPP. Do not instantiate or use this class directly.
Nested Class Summary |
Nested classes inherited from class org.ozoneDB.collections.BaseTreeMap |
BaseTreeMap.Node |
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Field Summary |
Fields inherited from class org.ozoneDB.OzoneProxy |
link, linkTable, remoteID |
Constructor Summary | |
FullTreeMapImpl_Proxy()
|
|
FullTreeMapImpl_Proxy(java.util.Comparator arg0)
|
|
FullTreeMapImpl_Proxy(java.util.Map arg0)
|
|
FullTreeMapImpl_Proxy(org.ozoneDB.core.ObjectID oid,
org.ozoneDB.OzoneInterface link)
|
|
FullTreeMapImpl_Proxy(java.util.SortedMap arg0)
|
Method Summary | |
boolean |
_org_ozoneDB_alwaysUseInternalIterator()
|
int |
_org_ozoneDB_compare(java.lang.Object arg0,
java.lang.Object arg1)
|
java.util.Set |
_org_ozoneDB_entrySet()
|
void |
_org_ozoneDB_fabricateTree(int arg0)
|
BaseTreeMap.Node |
_org_ozoneDB_firstNode()
|
int |
_org_ozoneDB_getModification()
|
BaseTreeMap.Node |
_org_ozoneDB_getNode(java.lang.Object arg0)
|
BaseTreeMap.Node |
_org_ozoneDB_highestLessThan(java.lang.Object arg0)
|
java.util.Set |
_org_ozoneDB_keySet()
|
BaseTreeMap.Node |
_org_ozoneDB_lowestGreaterThan(java.lang.Object arg0,
boolean arg1)
|
void |
_org_ozoneDB_putKeysLinear(java.util.Iterator arg0,
int arg1)
|
void |
_org_ozoneDB_removeNode(BaseTreeMap.Node arg0)
|
void |
_org_ozoneDB_resetEntries()
|
BaseTreeMap.Node |
_org_ozoneDB_successor(BaseTreeMap.Node arg0)
|
java.util.Collection |
_org_ozoneDB_values()
|
void |
clear()
|
java.util.Comparator |
comparator()
|
boolean |
containsKey(java.lang.Object arg0)
|
boolean |
containsValue(java.lang.Object arg0)
|
static FullTreeMap |
createObject(java.util.Comparator arg0,
org.ozoneDB.OzoneInterface link)
|
static FullTreeMap |
createObject(java.util.Map arg0,
org.ozoneDB.OzoneInterface link)
|
static FullTreeMap |
createObject(org.ozoneDB.OzoneInterface link)
|
static FullTreeMap |
createObject(java.util.SortedMap arg0,
org.ozoneDB.OzoneInterface link)
|
java.util.Set |
entrySet()
|
boolean |
equals(java.lang.Object arg0)
|
java.lang.Object |
firstKey()
|
java.lang.Object |
get(java.lang.Object arg0)
|
java.util.Map |
getClientMap()
Returns a Map that contains the same entries as this
persistent one; it is (by nature of the client-server enviromnent) always
a 'deep' copy of this OzoneMap . |
java.util.SortedMap |
getClientSortedMap()
Returns a SortedMap that contains the same entries as this
persistent one; it is (by nature of the client-server enviromnent) always
a 'deep' copy of this OzoneSortedMap . |
java.util.TreeMap |
getClientTreeMap()
Returns a TreeMap that contains the same entries as this
persistent one; it is (by nature of the client-server enviromnent) always
a 'deep' copy of this OzoneTreeMap . |
org.ozoneDB.core.ObjectID |
getObjectID()
|
int |
hashCode()
|
java.util.SortedMap |
headMap(java.lang.Object arg0)
|
boolean |
isEmpty()
|
java.util.Set |
keySet()
|
java.lang.Object |
lastKey()
|
OzoneSet |
ozoneEntrySet()
Basically nothing more than a typecasted call to entrySet() ,
as an entry set is an ozone objects ifself. |
OzoneSortedMap |
ozoneHeadMap(java.lang.Object arg0)
Basically nothing more than a typecasted HeadMap method.
|
OzoneSet |
ozoneKeySet()
Basically nothing more than a typecasted call to keySet() ,
as key sets are ozone objects themselves. |
OzoneSortedMap |
ozoneSubMap(java.lang.Object arg0,
java.lang.Object arg1)
Basically nothing more than a typecasted SubMap method.
|
OzoneSortedMap |
ozoneTailMap(java.lang.Object arg0)
Basically nothing more than a typecasted TailMap method. |
OzoneCollection |
ozoneValues()
Basically nothing more than a typecasted call to values() ,
as the values collection is am ozone object itself. |
java.lang.Object |
put(java.lang.Object arg0,
java.lang.Object arg1)
|
void |
putAll(java.util.Map arg0)
|
java.lang.Object |
remove(java.lang.Object arg0)
|
int |
size()
|
java.util.SortedMap |
subMap(java.lang.Object arg0,
java.lang.Object arg1)
|
java.util.SortedMap |
tailMap(java.lang.Object arg0)
|
java.util.Collection |
values()
|
Methods inherited from class org.ozoneDB.OzoneProxy |
createProxyLinkAttributes, finalize, getHandle, handle, invoke, invoke, invoke, invoke, isSame, readExternal, remoteID, toString, writeExternal |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FullTreeMapImpl_Proxy()
public FullTreeMapImpl_Proxy(org.ozoneDB.core.ObjectID oid, org.ozoneDB.OzoneInterface link)
public FullTreeMapImpl_Proxy(java.util.Comparator arg0)
public FullTreeMapImpl_Proxy(java.util.Map arg0)
public FullTreeMapImpl_Proxy(java.util.SortedMap arg0)
Method Detail |
public static FullTreeMap createObject(org.ozoneDB.OzoneInterface link)
public static FullTreeMap createObject(java.util.Comparator arg0, org.ozoneDB.OzoneInterface link)
public static FullTreeMap createObject(java.util.Map arg0, org.ozoneDB.OzoneInterface link)
public static FullTreeMap createObject(java.util.SortedMap arg0, org.ozoneDB.OzoneInterface link)
public boolean _org_ozoneDB_alwaysUseInternalIterator()
_org_ozoneDB_alwaysUseInternalIterator
in interface BaseTreeMap
public BaseTreeMap.Node _org_ozoneDB_lowestGreaterThan(java.lang.Object arg0, boolean arg1)
_org_ozoneDB_lowestGreaterThan
in interface BaseTreeMap
public BaseTreeMap.Node _org_ozoneDB_getNode(java.lang.Object arg0)
_org_ozoneDB_getNode
in interface BaseTreeMap
public void _org_ozoneDB_removeNode(BaseTreeMap.Node arg0)
_org_ozoneDB_removeNode
in interface BaseTreeMap
public void _org_ozoneDB_putKeysLinear(java.util.Iterator arg0, int arg1)
_org_ozoneDB_putKeysLinear
in interface BaseTreeMap
public java.util.Set _org_ozoneDB_entrySet()
_org_ozoneDB_entrySet
in interface BaseTreeMap
public java.util.Set _org_ozoneDB_keySet()
_org_ozoneDB_keySet
in interface BaseTreeMap
public java.util.Collection _org_ozoneDB_values()
_org_ozoneDB_values
in interface BaseTreeMap
public int _org_ozoneDB_compare(java.lang.Object arg0, java.lang.Object arg1)
_org_ozoneDB_compare
in interface BaseTreeMap
public void _org_ozoneDB_fabricateTree(int arg0)
_org_ozoneDB_fabricateTree
in interface BaseTreeMap
public BaseTreeMap.Node _org_ozoneDB_firstNode()
_org_ozoneDB_firstNode
in interface BaseTreeMap
public BaseTreeMap.Node _org_ozoneDB_highestLessThan(java.lang.Object arg0)
_org_ozoneDB_highestLessThan
in interface BaseTreeMap
public BaseTreeMap.Node _org_ozoneDB_successor(BaseTreeMap.Node arg0)
_org_ozoneDB_successor
in interface BaseTreeMap
public void _org_ozoneDB_resetEntries()
_org_ozoneDB_resetEntries
in interface BaseTreeMap
public int _org_ozoneDB_getModification()
_org_ozoneDB_getModification
in interface BaseTreeMap
public java.util.TreeMap getClientTreeMap()
OzoneTreeMap
Returns a TreeMap
that contains the same entries as this
persistent one; it is (by nature of the client-server enviromnent) always
a 'deep' copy of this OzoneTreeMap
. I.e. the contents of
this OzoneTreeMap
instance are always copied to the client
by use of serialization.
getClientTreeMap
in interface OzoneTreeMap
public java.util.SortedMap getClientSortedMap()
OzoneSortedMap
Returns a SortedMap
that contains the same entries as this
persistent one; it is (by nature of the client-server enviromnent) always
a 'deep' copy of this OzoneSortedMap
. I.e. the contents of
this OzoneSortedMap
instance are always copied to the client
by use of serialization.
getClientSortedMap
in interface OzoneSortedMap
public OzoneSortedMap ozoneHeadMap(java.lang.Object arg0)
OzoneSortedMap
Basically nothing more than a typecasted HeadMap
method.
Because subsets are also OzoneSortedMap
s, this method is
provided to do away with the need for a typecast.
ozoneHeadMap
in interface OzoneSortedMap
public OzoneSortedMap ozoneSubMap(java.lang.Object arg0, java.lang.Object arg1)
OzoneSortedMap
Basically nothing more than a typecasted SubMap
method.
Because subsets are also OzoneSortedMap
s, this method is
provided to do away with the need for a typecast.
ozoneSubMap
in interface OzoneSortedMap
public OzoneSortedMap ozoneTailMap(java.lang.Object arg0)
OzoneSortedMap
Basically nothing more than a typecasted TailMap
method.
OzoneSortedMap
s, this method is
provided to do away with the need for a typecast.
ozoneTailMap
in interface OzoneSortedMap
public java.lang.Object put(java.lang.Object arg0, java.lang.Object arg1)
put
in interface OzoneMap
public java.lang.Object remove(java.lang.Object arg0)
remove
in interface OzoneMap
public void clear()
clear
in interface OzoneMap
public void putAll(java.util.Map arg0)
putAll
in interface OzoneMap
public java.util.Map getClientMap()
OzoneMap
Returns a Map
that contains the same entries as this
persistent one; it is (by nature of the client-server enviromnent) always
a 'deep' copy of this OzoneMap
. I.e. the contents of
this OzoneMap
instance are always copied to the client
by use of serialization.
getClientMap
in interface OzoneMap
public OzoneSet ozoneKeySet()
OzoneMap
keySet()
,
as key sets are ozone objects themselves.
ozoneKeySet
in interface OzoneMap
public OzoneSet ozoneEntrySet()
OzoneMap
entrySet()
,
as an entry set is an ozone objects ifself.
ozoneEntrySet
in interface OzoneMap
public OzoneCollection ozoneValues()
OzoneMap
values()
,
as the values collection is am ozone object itself.
ozoneValues
in interface OzoneMap
public int hashCode()
hashCode
in interface java.util.Map
public boolean equals(java.lang.Object arg0)
equals
in interface java.util.Map
public java.lang.Object get(java.lang.Object arg0)
get
in interface java.util.Map
public int size()
size
in interface java.util.Map
public java.util.Collection values()
values
in interface java.util.Map
public boolean containsKey(java.lang.Object arg0)
containsKey
in interface java.util.Map
public boolean containsValue(java.lang.Object arg0)
containsValue
in interface java.util.Map
public java.util.Set entrySet()
entrySet
in interface java.util.Map
public boolean isEmpty()
isEmpty
in interface java.util.Map
public java.util.Set keySet()
keySet
in interface java.util.Map
public org.ozoneDB.core.ObjectID getObjectID()
getObjectID
in interface org.ozoneDB.OzoneCompatibleOrProxy
public java.util.Comparator comparator()
comparator
in interface java.util.SortedMap
public java.lang.Object firstKey()
firstKey
in interface java.util.SortedMap
public java.util.SortedMap headMap(java.lang.Object arg0)
headMap
in interface java.util.SortedMap
public java.lang.Object lastKey()
lastKey
in interface java.util.SortedMap
public java.util.SortedMap subMap(java.lang.Object arg0, java.lang.Object arg1)
subMap
in interface java.util.SortedMap
public java.util.SortedMap tailMap(java.lang.Object arg0)
tailMap
in interface java.util.SortedMap
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |