railo.commons.lang
Class SoftHashMap
java.lang.Object
java.util.AbstractMap
railo.commons.lang.SoftHashMap
- All Implemented Interfaces:
- Map, Sizeable
public class SoftHashMap
- extends AbstractMap
- implements Sizeable
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
SoftHashMap
public SoftHashMap()
SoftHashMap
public SoftHashMap(int hardSize)
get
public Object get(Object key)
- Specified by:
get
in interface Map
- Overrides:
get
in class AbstractMap
put
public Object put(Object key,
Object value)
- Specified by:
put
in interface Map
- Overrides:
put
in class AbstractMap
remove
public Object remove(Object key)
- Specified by:
remove
in interface Map
- Overrides:
remove
in class AbstractMap
clear
public void clear()
- Specified by:
clear
in interface Map
- Overrides:
clear
in class AbstractMap
size
public int size()
- Specified by:
size
in interface Map
- Overrides:
size
in class AbstractMap
entrySet
public Set entrySet()
- Specified by:
entrySet
in interface Map
- Specified by:
entrySet
in class AbstractMap
sizeOf
public long sizeOf()
- Description copied from interface:
Sizeable
- return the size of the object
- Specified by:
sizeOf
in interface Sizeable
- Returns:
- size of the object
Copyright © 2012 Railo