Uses of Class
VASSAL.build.module.Inventory.CounterNode.CompareCounterNodes
Package | Description |
---|---|
VASSAL.build.module |
Contains classes that may be added to a
GameModule . |
-
Uses of Inventory.CounterNode.CompareCounterNodes in VASSAL.build.module
Subclasses of Inventory.CounterNode.CompareCounterNodes in VASSAL.build.module Modifier and Type Class Description protected class
Inventory.CounterNode.Alpha
Compare two CounterNodes based on the alphanumerical order of their SortKeys.protected class
Inventory.CounterNode.LengthAlpha
Compare two CounterNodes based on the length of their SortKeys and alphanumerical sorting.protected class
Inventory.CounterNode.Numerical
Compare two CounterNodes based on the first integer value found in their SortKeys.