Class UniqueStringList

  • All Implemented Interfaces:
    java.io.Serializable

    public class UniqueStringList
    extends SortedStringList
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • UniqueStringList

        public UniqueStringList()
    • Method Detail

      • getSortedListIndex

        public int getSortedListIndex​(java.lang.String s)
      • getStringAt

        public java.lang.String getStringAt​(int i)
        Overrides:
        getStringAt in class SortedStringList
        Parameters:
        i - list index within list in original order
        Returns:
        string at position i of list in order of the creation
      • getSortedStringAt

        public java.lang.String getSortedStringAt​(int i)
        Parameters:
        i - list index within sorted list
        Returns:
        string at position i of sorted list
      • toSortedArray

        public java.lang.String[] toSortedArray()