prefuse.util.collections
Interface LiteralComparator

All Superinterfaces:
java.util.Comparator
All Known Implementing Classes:
DefaultLiteralComparator

public interface LiteralComparator
extends java.util.Comparator

Author:
jeffrey heer

Method Summary
 int compare(boolean x1, boolean x2)
           
 int compare(byte x1, byte x2)
           
 int compare(double x1, double x2)
           
 int compare(float x1, float x2)
           
 int compare(int x1, int x2)
           
 int compare(long x1, long x2)
           
 
Methods inherited from interface java.util.Comparator
compare, equals
 

Method Detail

compare

int compare(byte x1,
            byte x2)

compare

int compare(int x1,
            int x2)

compare

int compare(long x1,
            long x2)

compare

int compare(float x1,
            float x2)

compare

int compare(double x1,
            double x2)

compare

int compare(boolean x1,
            boolean x2)


Copyright © 2007 Regents of the University of California