|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
org.enhydra.barracuda.plankton.data.SoftHashMap
Nested Class Summary |
Nested classes inherited from class java.util.Map |
Map.Entry |
Constructor Summary | |
SoftHashMap()
|
|
SoftHashMap(int hardSize)
|
Method Summary | |
void |
clear()
|
Set |
entrySet()
|
Object |
get(Object key)
|
Object |
put(Object key,
Object value)
Here we put the key, value pair into the HashMap using a SoftValue object. |
Object |
remove(Object key)
|
int |
size()
|
Methods inherited from class java.util.AbstractMap |
clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, toString, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SoftHashMap()
public SoftHashMap(int hardSize)
Method Detail |
public Object get(Object key)
public Object put(Object key, Object value)
public Object remove(Object key)
public void clear()
public int size()
public Set entrySet()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |