protected static class TiledImageLayer.LevelComparer extends Object implements Comparator<TextureTile>
Modifier | Constructor and Description |
---|---|
protected |
LevelComparer() |
Modifier and Type | Method and Description |
---|---|
int |
compare(TextureTile ta,
TextureTile tb) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compare(TextureTile ta, TextureTile tb)
compare
in interface Comparator<TextureTile>