Package one.nio.lock
Class SegmentedRWLock
- java.lang.Object
-
- one.nio.lock.SegmentedRWLock
-
public class SegmentedRWLock extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SegmentedRWLock(int count)SegmentedRWLock(int count, boolean fair)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RWLocklockFor(int n)RWLocklockFor(long n)
-