Uses of Interface net.sourceforge.jiu.util.ComparatorInterface

Uses in package net.sourceforge.jiu.color.quantization

Classes implementing net.sourceforge.jiu.util.ComparatorInterface

class
A data structure for storing the index values of a pair of contouring colors plus their respective self co-occurrence frequency values.
class
A single node in an octree.
class
Compares two RGBColor objects.

Uses in package net.sourceforge.jiu.util

Methods with parameter type net.sourceforge.jiu.util.ComparatorInterface

void
Sort.sort(Object[] a, int from, int to, ComparatorInterface c)
Sorts some (or all) elements of an Object array according to a specified comparator.
void
Sort.sort(Object[] a, ComparatorInterface comparator)
Sort the complete argument array according to the argument comparator.