Interface Sorted

  • All Superinterfaces:
    Comparable<Sorted>
    All Known Subinterfaces:
    Product, Server

    public interface Sorted
    extends Comparable<Sorted>
    The interface that describes any items sorted by index and which has this index.
    Author:
    soknight
    • Method Detail

      • getSortIndex

        int getSortIndex()
        Get the sort index of this item.
        Returns:
        The item sort index.