Uses of Class
gnu.kawa.util.WeakHashNode
-
Packages that use WeakHashNode Package Description gnu.kawa.util -
-
Uses of WeakHashNode in gnu.kawa.util
Fields in gnu.kawa.util declared as WeakHashNode Modifier and Type Field Description WeakHashNode<K,V>WeakHashNode. nextMethods in gnu.kawa.util that return WeakHashNode Modifier and Type Method Description protected WeakHashNode<K,V>[]WeakIdentityHashMap. allocEntries(int n)protected WeakHashNode<K,V>WeakIdentityHashMap. getEntryNext(WeakHashNode<K,V> entry)protected WeakHashNode<K,V>WeakIdentityHashMap. makeEntry(K key, int hash, V value)Methods in gnu.kawa.util with parameters of type WeakHashNode Modifier and Type Method Description protected intWeakIdentityHashMap. getEntryHashCode(WeakHashNode<K,V> entry)protected WeakHashNode<K,V>WeakIdentityHashMap. getEntryNext(WeakHashNode<K,V> entry)protected voidWeakIdentityHashMap. setEntryNext(WeakHashNode<K,V> entry, WeakHashNode<K,V> next)
-