Searched refs:ComputingSegment (Results 1 - 3 of 3) sorted by relevance
/external/guava/guava/src/com/google/common/collect/ | ||
H A D | ComputingConcurrentHashMap.java | 57 return new ComputingSegment<K, V>(this, initialCapacity, maxSegmentSize); 61 ComputingSegment<K, V> segmentFor(int hash) { 62 return (ComputingSegment<K, V>) super.segmentFor(hash); 71 static final class ComputingSegment<K, V> extends Segment<K, V> { class in class:ComputingConcurrentHashMap 72 ComputingSegment(MapMakerInternalMap<K, V> map, int initialCapacity, int maxSegmentSize) { method in class:ComputingConcurrentHashMap.ComputingSegment |
/external/owasp/sanitizer/distrib/lib/ | ||
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ | ||
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |
Completed in 114 milliseconds