Package org.nd4j.common.collections
Class WeakIdentityHashMap.KeyRef<K>
- java.lang.Object
-
- java.lang.ref.Reference<T>
-
- java.lang.ref.WeakReference<K>
-
- org.nd4j.common.collections.WeakIdentityHashMap.KeyRef<K>
-
- Enclosing class:
- WeakIdentityHashMap<K,V>
protected static class WeakIdentityHashMap.KeyRef<K> extends WeakReference<K>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()-
Methods inherited from class java.lang.ref.Reference
clear, clone, enqueue, get, isEnqueued, reachabilityFence
-
-