Uses of Interface
net.sourceforge.jiu.util.ComparatorInterface
-
Packages that use ComparatorInterface Package Description net.sourceforge.jiu.color.quantization net.sourceforge.jiu.util -
-
Uses of ComparatorInterface in net.sourceforge.jiu.color.quantization
Classes in net.sourceforge.jiu.color.quantization that implement ComparatorInterface Modifier and Type Class Description (package private) classContouringColorPairA data structure for storing the index values of a pair of contouring colors plus their respective self co-occurrence frequency values.classOctreeNodeA single node in an octree.classRGBColorComparatorCompares twoRGBColorobjects. -
Uses of ComparatorInterface in net.sourceforge.jiu.util
Methods in net.sourceforge.jiu.util with parameters of type ComparatorInterface Modifier and Type Method Description static voidSort. sort(Object[] a, int from, int to, ComparatorInterface c)Sorts some (or all) elements of an Object array according to a specified comparator.static voidSort. sort(Object[] a, ComparatorInterface comparator)Sort the complete argument array according to the argument comparator.
-