Home
last modified time | relevance | path

Searched refs:BEST_COMPARATOR (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/primitives/
DUnsignedBytes.java272 return LexicographicalComparatorHolder.BEST_COMPARATOR; in lexicographicalComparator()
286 static final Comparator<byte[]> BEST_COMPARATOR = lexicographicalComparatorJavaImpl(); field in UnsignedBytes.LexicographicalComparatorHolder