- java.lang.Object
-
- org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy<K,V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected Map<K,V> |
delegate |
-
-
Constructor Detail
-
MapProxy
public MapProxy()
-
Method Detail
-
size
public int size()
- Specified by:
size
in interface Map<K,V>
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Map<K,V>
-
put
public V put(K k,
V v)
- Specified by:
put
in interface Map<K,V>
-
clear
public void clear()
- Specified by:
clear
in interface Map<K,V>
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.