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
Methods inherited from interface java.util.Comparator |
compare, equals |
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