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 classInventory.CounterNode.AlphaCompare two CounterNodes based on the alphanumerical order of their SortKeys.protected classInventory.CounterNode.LengthAlphaCompare two CounterNodes based on the length of their SortKeys and alphanumerical sorting.protected classInventory.CounterNode.NumericalCompare two CounterNodes based on the first integer value found in their SortKeys.