Package | Description |
---|---|
oracle.javatools.util |
Provides general utilities.
|
Modifier and Type | Method and Description |
---|---|
protected Maps.SoftEntry<K,V> |
Maps.SoftHashMap.createEntry(int hash, K key, V value, Maps.SoftEntry<K,V> next)
Creates an entry for this map.
|
Modifier and Type | Method and Description |
---|---|
protected Maps.SoftEntry<K,V> |
Maps.SoftHashMap.createEntry(int hash, K key, V value, Maps.SoftEntry<K,V> next)
Creates an entry for this map.
|
Constructor and Description |
---|
Maps.SoftEntry(int keyHashCode, K key, V value, Maps.SoftEntry<K,V> next, java.lang.ref.ReferenceQueue<V> queue) |