Home
last modified time | relevance | path

Searched defs:Segment (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/nio/MappedByteBuffer/
DForceViews.java50 static record Segment(int position, int length) {} in Segment() method in ForceViews
101 BiFunction<MappedByteBuffer,Segment,MappedByteBuffer> f) in test() argument
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java1385 static class Segment<K,V> extends ReentrantLock implements Serializable { class in ConcurrentHashMap
1388 Segment(float lf) { this.loadFactor = lf; } in Segment() method in ConcurrentHashMap.Segment