Searched defs:segmentFor (Results 1 – 3 of 3) sorted by relevance
/external/guava/guava/src/com/google/common/collect/ | ||
D | ComputingConcurrentHashMap.java | 61 ComputingSegment<K, V> segmentFor(int hash) { in segmentFor() method in ComputingConcurrentHashMap |
D | MapMakerInternalMap.java | 1881 Segment<K, V> segmentFor(int hash) { in segmentFor() method in MapMakerInternalMap |
/external/guava/guava/src/com/google/common/cache/ | ||
D | LocalCache.java | 1869 Segment<K, V> segmentFor(int hash) { in segmentFor() method in LocalCache |