Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/primitives/
DUnsignedBytes.java276 static Comparator<byte[]> lexicographicalComparatorJavaImpl() { in lexicographicalComparatorJavaImpl() method in UnsignedBytes
286 static final Comparator<byte[]> BEST_COMPARATOR = lexicographicalComparatorJavaImpl();
/external/guava/guava-tests/benchmark/com/google/common/primitives/
DUnsignedBytesBenchmark.java57 javaImpl = UnsignedBytes.lexicographicalComparatorJavaImpl(); in setUp()
/external/guava/guava-tests/test/com/google/common/primitives/
DUnsignedBytesTest.java252 Comparator<byte[]> javaImpl = UnsignedBytes.lexicographicalComparatorJavaImpl(); in testLexicographicalComparator()
261 UnsignedBytes.lexicographicalComparatorJavaImpl())) { in testLexicographicalComparatorLongInputs()