Searched refs:Segment (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java313 * unused "Segment" class that is instantiated in minimal form
409 new ObjectStreamField("segments", Segment[].class),
1181 static class Segment<K,V> extends ReentrantLock implements Serializable { class in class:ConcurrentHashMap
1184 Segment(float lf) { this.loadFactor = lf; } method in class:ConcurrentHashMap.Segment
1208 @SuppressWarnings("unchecked") Segment<K,V>[] segments = (Segment<K,V>[])
1209 new Segment<?,?>[DEFAULT_CONCURRENCY_LEVEL];
1211 segments[i] = new Segment<K,V>(LOAD_FACTOR);
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 118 milliseconds