|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.persist.impl.MapProxy<K,V>
@Persistent abstract class MapProxy<K,V>
Proxy for a Map.
Nested Class Summary | |
---|---|
(package private) static class |
MapProxy.HashMapProxy<K,V>
|
(package private) static class |
MapProxy.TreeMapProxy<K,V>
|
Constructor Summary | |
---|---|
protected |
MapProxy()
|
Method Summary | |
---|---|
java.util.Map<K,V> |
convertProxy()
Returns a new proxied class instance to which the state of this proxy instance has been copied. |
void |
initializeProxy(java.util.Map<K,V> map)
Copies the state of a given proxied class instance to this proxy instance. |
protected abstract java.util.Map<K,V> |
newInstance(int size)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MapProxy()
Method Detail |
---|
public final void initializeProxy(java.util.Map<K,V> map)
PersistentProxy
initializeProxy
in interface PersistentProxy<java.util.Map<K,V>>
public final java.util.Map<K,V> convertProxy()
PersistentProxy
convertProxy
in interface PersistentProxy<java.util.Map<K,V>>
protected abstract java.util.Map<K,V> newInstance(int size)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |