Uses of Enum
com.serov.enums.List

Packages that use List
Package
Description
 
 
  • Uses of List in com.serov.Comparators

    Methods in com.serov.Comparators that return List
    Modifier and Type
    Method
    Description
    LinkedArrayListsComparator.compareAdd()
    A method for comparing adding elements to the end
    LinkedArrayListsComparator.compareGetFirst()
    A method for comparing getting elements from the beginning
    LinkedArrayListsComparator.compareGetLast()
    A method for comparing getting elements from the end
    LinkedArrayListsComparator.compareGetMid()
    A method for comparing getting elements from the middle
    LinkedArrayListsComparator.compareInsertFirst()
    A method for comparing adding elements to the beginning
    LinkedArrayListsComparator.compareInsertMid()
    A method for comparing adding elements to the middle
    LinkedArrayListsComparator.compareRemoveFirst()
    A method for comparing removing elements from the beginning
    LinkedArrayListsComparator.compareRemoveLast()
    A method for comparing removing elements from the end
    LinkedArrayListsComparator.compareRemoveMid()
    A method for comparing removing elements from the middle
    LinkedArrayListsComparator.compareSetFirst()
    A method for comparing setting elements from the beginning
    LinkedArrayListsComparator.compareSetLast()
    A method for comparing setting elements from the end
    LinkedArrayListsComparator.compareSetMid()
    A method for comparing setting elements from the middle
  • Uses of List in com.serov.enums

    Methods in com.serov.enums that return List
    Modifier and Type
    Method
    Description
    static List
    List.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static List[]
    List.values()
    Returns an array containing the constants of this enum type, in the order they are declared.