Searched defs:segmentFor (Results 1 - 6 of 6) sorted by relevance
/external/guava/guava/src/com/google/common/collect/ |
H A D | ComputingConcurrentHashMap.java | 61 ComputingSegment<K, V> segmentFor(int hash) { method in class:ComputingConcurrentHashMap 62 return (ComputingSegment<K, V>) super.segmentFor(hash); 67 return segmentFor(hash).getOrCompute(key, hash, computingFunction);
|
H A D | MapMakerInternalMap.java | 1827 return segmentFor(hash).newEntry(key, hash, next); 1837 return segmentFor(hash).copyEntry(original, newNext); 1847 return valueStrength.referenceValue(segmentFor(hash), entry, value); 1858 segmentFor(hash).reclaimValue(entry.getKey(), hash, valueReference); 1863 segmentFor(hash).reclaimKey(entry, hash); 1872 return segmentFor(entry.getHash()).getLiveValue(entry) != null; 1881 Segment<K, V> segmentFor(int hash) { method in class:MapMakerInternalMap 3434 return segmentFor(hash).get(key, hash); 3446 return segmentFor(hash).getEntry(key, hash); 3455 return segmentFor(has [all...] |
/external/guava/guava/src/com/google/common/cache/ |
H A D | LocalCache.java | 1813 return segmentFor(hash).newEntry(key, hash, next); 1823 return segmentFor(hash).copyEntry(original, newNext); 1833 return valueStrength.referenceValue(segmentFor(hash), entry, checkNotNull(value), weight); 1844 segmentFor(hash).reclaimValue(entry.getKey(), hash, valueReference); 1849 segmentFor(hash).reclaimKey(entry, hash); 1858 return segmentFor(entry.getHash()).getLiveValue(entry, now) != null; 1867 Segment<K, V> segmentFor(int hash) { method in class:LocalCache 3917 return segmentFor(hash).get(key, hash); 3923 V value = segmentFor(hash).get(key, hash); 3934 return segmentFor(has [all...] |
/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/ ... |
/external/vogar/lib/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ... |
Completed in 369 milliseconds