Uses of Class
org.jruby.util.collections.WeakValuedMap.KeyedReference
Packages that use WeakValuedMap.KeyedReference
-
Uses of WeakValuedMap.KeyedReference in org.jruby.util.collections
Fields in org.jruby.util.collections with type parameters of type WeakValuedMap.KeyedReferenceModifier and TypeFieldDescriptionWeakValuedMap.EntrySet.entriesprivate final Map<Key,WeakValuedMap.KeyedReference<Key, Value>> WeakValuedMap.mapMethods in org.jruby.util.collections that return types with arguments of type WeakValuedMap.KeyedReferenceModifier and TypeMethodDescriptionWeakValuedMap.EntrySet.getEntries()protected Map<Key,WeakValuedMap.KeyedReference<Key, Value>> WeakValuedIdentityMap.newMap()protected Map<Key,WeakValuedMap.KeyedReference<Key, Value>> WeakValuedMap.newMap()Construct the backing store map for this WeakValuedMap.