Uses of Interface
ch.bind.philib.util.LongPair
-
Packages that use LongPair Package Description ch.bind.philib.util -
-
Uses of LongPair in ch.bind.philib.util
Fields in ch.bind.philib.util with type parameters of type LongPair Modifier and Type Field Description static Comparator<LongPair<?>>LongPair. KEY_COMPARATORMethods in ch.bind.philib.util with parameters of type LongPair Modifier and Type Method Description static <T> StaticLongMap<T>StaticLongMap. create(LongPair<T>[] elements)Method parameters in ch.bind.philib.util with type arguments of type LongPair Modifier and Type Method Description static <T> StaticLongMap<T>StaticLongMap. create(Collection<? extends LongPair<T>> elements)
-