Uses of Class
org.jruby.util.collections.ConcurrentWeakHashMap.Segment
Packages that use ConcurrentWeakHashMap.Segment
-
Uses of ConcurrentWeakHashMap.Segment in org.jruby.util.collections
Fields in org.jruby.util.collections declared as ConcurrentWeakHashMap.SegmentModifier and TypeFieldDescription(package private) final ConcurrentWeakHashMap.Segment<K,V>[] ConcurrentWeakHashMap.segmentsThe segments, each of which is a specialized hash tableMethods in org.jruby.util.collections that return ConcurrentWeakHashMap.SegmentModifier and TypeMethodDescription(package private) static final <K,V> ConcurrentWeakHashMap.Segment<K, V>[] ConcurrentWeakHashMap.Segment.newArray(int i) (package private) final ConcurrentWeakHashMap.Segment<K,V> ConcurrentWeakHashMap.segmentFor(int hash) Returns the segment that should be used for key with given hash