| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.util.collections |
| Modifier and Type | Field and Description |
|---|---|
private static WeakValuedMap<org.jruby.util.ByteList,org.joni.Regex> |
RubyRegexp.patternCache |
private static WeakValuedMap<org.jruby.util.ByteList,org.joni.Regex> |
RubyRegexp.preprocessedPatternCache |
private static WeakValuedMap<org.jruby.util.ByteList,org.joni.Regex> |
RubyRegexp.quotedPatternCache |
| Modifier and Type | Class and Description |
|---|---|
class |
WeakValuedIdentityMap<Key,Value>
Map-like that holds its values weakly and uses object identity for keys.
|