Class Inventory.CounterNode.Alpha
java.lang.Object
VASSAL.build.module.Inventory.CounterNode.CompareCounterNodes
VASSAL.build.module.Inventory.CounterNode.Alpha
- All Implemented Interfaces:
Comparator<Inventory.CounterNode>
- Enclosing class:
Inventory.CounterNode
protected class Inventory.CounterNode.Alpha
extends Inventory.CounterNode.CompareCounterNodes
implements Comparator<Inventory.CounterNode>
Compare two CounterNodes based on the alphanumerical order of their
SortKeys.
- Author:
- spindler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compare
(Inventory.CounterNode left, Inventory.CounterNode right) Methods inherited from class VASSAL.build.module.Inventory.CounterNode.CompareCounterNodes
argsOK, compareStrangeArgs
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
Alpha
protected Alpha()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Inventory.CounterNode>
-