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

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java114 * which is done via Unsafe within methods segmentAt etc
723 static final <K,V> Segment<K,V> segmentAt(Segment<K,V>[] ss, int j) { method in class:ConcurrentHashMap
905 Segment<K,V> seg = segmentAt(segments, j);
914 Segment<K,V> seg = segmentAt(segments, j);
953 Segment<K,V> seg = segmentAt(segments, j);
968 segmentAt(segments, j).unlock();
1060 Segment<K,V> seg = segmentAt(segments, j);
1082 segmentAt(segments, j).unlock();
1226 Segment<K,V> s = segmentAt(segments, j);
1342 Segment<K,V> seg = segmentAt(segment
[all...]

Completed in 134 milliseconds