|
JIU 0.14.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComparatorInterface | |
---|---|
net.sourceforge.jiu.color.quantization | Classes to perform color image quantization, the reduction of the number of unique colors in an image. |
net.sourceforge.jiu.util | Various helper classes with functionality not directly related to imaging |
Uses of ComparatorInterface in net.sourceforge.jiu.color.quantization |
---|
Classes in net.sourceforge.jiu.color.quantization that implement ComparatorInterface | |
---|---|
class |
OctreeNode
A single node in an octree. |
class |
RGBColorComparator
Compares two RGBColor objects. |
Uses of ComparatorInterface in net.sourceforge.jiu.util |
---|
Methods in net.sourceforge.jiu.util with parameters of type ComparatorInterface | |
---|---|
static void |
Sort.sort(Object[] a,
ComparatorInterface comparator)
Sort the complete argument array according to the argument comparator. |
static 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. |
|
JIU 0.14.3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |