Searched defs:Segment (Results 1 – 2 of 2) sorted by relevance
50 static record Segment(int position, int length) {} in Segment() method in ForceViews101 BiFunction<MappedByteBuffer,Segment,MappedByteBuffer> f) in test() argument
1385 static class Segment<K,V> extends ReentrantLock implements Serializable { class in ConcurrentHashMap1388 Segment(float lf) { this.loadFactor = lf; } in Segment() method in ConcurrentHashMap.Segment