|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ozoneDB.OzoneProxy
org.ozoneDB.collections._BaseTreeMap_SubMapImpl_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.OzoneMap |
OzoneMap.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 | |
_BaseTreeMap_SubMapImpl_Proxy()
|
|
_BaseTreeMap_SubMapImpl_Proxy(BaseTreeMap arg0,
java.lang.Object arg1,
java.lang.Object arg2)
|
|
_BaseTreeMap_SubMapImpl_Proxy(org.ozoneDB.core.ObjectID oid,
org.ozoneDB.OzoneInterface link)
|
Method Summary | |
void |
clear()
|
java.util.Comparator |
comparator()
|
boolean |
containsKey(java.lang.Object arg0)
|
boolean |
containsValue(java.lang.Object arg0)
|
static _BaseTreeMap_SubMap |
createObject(BaseTreeMap arg0,
java.lang.Object arg1,
java.lang.Object arg2,
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.lang.Object |
getMaxKey()
|
java.lang.Object |
getMinKey()
|
org.ozoneDB.core.ObjectID |
getObjectID()
|
BaseTreeMap |
getOwner()
|
int |
hashCode()
|
java.util.SortedMap |
headMap(java.lang.Object arg0)
|
boolean |
isEmpty()
|
boolean |
keyInRange(java.lang.Object arg0)
|
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 _BaseTreeMap_SubMapImpl_Proxy()
public _BaseTreeMap_SubMapImpl_Proxy(org.ozoneDB.core.ObjectID oid, org.ozoneDB.OzoneInterface link)
public _BaseTreeMap_SubMapImpl_Proxy(BaseTreeMap arg0, java.lang.Object arg1, java.lang.Object arg2)
Method Detail |
public static _BaseTreeMap_SubMap createObject(BaseTreeMap arg0, java.lang.Object arg1, java.lang.Object arg2, org.ozoneDB.OzoneInterface link)
public BaseTreeMap getOwner()
getOwner
in interface _BaseTreeMap_SubMap
public java.lang.Object getMinKey()
getMinKey
in interface _BaseTreeMap_SubMap
public java.lang.Object getMaxKey()
getMaxKey
in interface _BaseTreeMap_SubMap
public boolean keyInRange(java.lang.Object arg0)
keyInRange
in interface _BaseTreeMap_SubMap
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 |