Interface XGettingSortation<E>

All Superinterfaces:
CapacityCarrying, Copyable, ExtendedCollection<E>, ExtendedSequence<E>, Iterable<E>, Sized, Sorted<E>, XGettingCollection<E>, XGettingSequence<E>, XIndexIterable<E>, XIterable<E>, XJoinable<E>
All Known Subinterfaces:
XChart.Keys<K,​V>, XLadder<E>, XProcessingSortation<E>, XRank<E>, XSortation<E>

public interface XGettingSortation<E>
extends XGettingSequence<E>, Sorted<E>
  • Method Details

    • copy

      Description copied from interface: XGettingSequence
      Creates a true copy of this list which references th same elements in the same order as this list does at the time the method is called. The elements themselves are NOT copied (no deep copying).
      The type of the returned list is the same as of this list if possible (i.e.: a SubList can not meaningful return a true copy that references its elements but still is a SubList)
      Specified by:
      copy in interface Copyable
      Specified by:
      copy in interface XGettingCollection<E>
      Specified by:
      copy in interface XGettingSequence<E>
      Returns:
      a copy of this list
    • toReversed

      XGettingSortation<E> toReversed()
      Specified by:
      toReversed in interface XGettingSequence<E>