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