Uses of Class
com.google.common.primitives.UnsignedLongs.LexicographicalComparator
-
Packages that use UnsignedLongs.LexicographicalComparator Package Description com.google.common.primitives Static utilities for working with the eight primitive types andvoid
, and value types for treating them as unsigned. -
-
Uses of UnsignedLongs.LexicographicalComparator in com.google.common.primitives
Methods in com.google.common.primitives that return UnsignedLongs.LexicographicalComparator Modifier and Type Method Description static UnsignedLongs.LexicographicalComparator
UnsignedLongs.LexicographicalComparator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UnsignedLongs.LexicographicalComparator[]
UnsignedLongs.LexicographicalComparator. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-