Package nl.bebr.mapviewer.data.cache.spi
Class TileComparator<T>
- java.lang.Object
-
- nl.bebr.mapviewer.data.cache.spi.TileComparator<T>
-
- All Implemented Interfaces:
Comparator<Tile<T>>
public class TileComparator<T> extends Object implements Comparator<Tile<T>>
-
-
Constructor Summary
Constructors Constructor Description TileComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(Tile<T> tile1, Tile<T> tile2)booleanequals(Object obj)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-