Uses of Class
org.jruby.util.collections.WeakValuedMap
Packages that use WeakValuedMap
-
Uses of WeakValuedMap in org.jruby
Fields in org.jruby declared as WeakValuedMapModifier and TypeFieldDescription(package private) static final WeakValuedMap<ByteList,org.joni.Regex> RubyRegexp.patternCache(package private) static final WeakValuedMap<ByteList,org.joni.Regex> RubyRegexp.preprocessedPatternCache(package private) static final WeakValuedMap<ByteList,org.joni.Regex> RubyRegexp.quotedPatternCache -
Uses of WeakValuedMap in org.jruby.util.collections
Subclasses of WeakValuedMap in org.jruby.util.collectionsModifier and TypeClassDescriptionclassWeakValuedIdentityMap<Key,Value> Map-like that holds its values weakly and uses object identity for keys.