Searched refs:LOCK_COMPARATOR (Results 1 – 1 of 1) sorted by relevance
47 private static final Comparator<FileLock> LOCK_COMPARATOR = new Comparator<FileLock>() { field in FileChannelImpl60 private final SortedSet<FileLock> locks = new TreeSet<FileLock>(LOCK_COMPARATOR);