com.ideanest.util
Class SoftValueHashMap
java.lang.Object
|
+--java.util.AbstractMap
|
+--com.ideanest.util.ReferenceValueHashMap
|
+--com.ideanest.util.SoftValueHashMap
- All Implemented Interfaces:
- java.util.Map
- public class SoftValueHashMap
- extends ReferenceValueHashMap
Constructor Summary |
SoftValueHashMap()
SoftValueHashMap constructor comment. |
SoftValueHashMap(int initialCapacity)
SoftValueHashMap constructor comment. |
SoftValueHashMap(int initialCapacity,
float loadFactor)
SoftValueHashMap constructor comment. |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, keySet, putAll, toString, values |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
SoftValueHashMap
public SoftValueHashMap()
- SoftValueHashMap constructor comment.
SoftValueHashMap
public SoftValueHashMap(int initialCapacity)
- SoftValueHashMap constructor comment.
- Parameters:
initialCapacity - int
SoftValueHashMap
public SoftValueHashMap(int initialCapacity,
float loadFactor)
- SoftValueHashMap constructor comment.
- Parameters:
initialCapacity - intloadFactor - float
|