Interface Ordered<T>

    • Method Summary

      Modifier and Type Method Description
      java.util.Comparator<T> comparator()
      Returns the comparator which defines the order of the elements contained in this collection.
    • Method Detail

      • comparator

        java.util.Comparator<T> comparator()
        Returns the comparator which defines the order of the elements contained in this collection.
        Returns:
        The comparator that defines the order of this collection's elements.