Schnittstelle MoveableList<E>

Alle Superschnittstellen:
Collection<E>, Iterable<E>, List<E>, SequencedCollection<E>
Alle bekannten Implementierungsklassen:
MoveableArrayList

public interface MoveableList<E> extends List<E>
Autor:
Eike Stepper
  • Methodendetails

    • move

      E move(int targetIndex, int sourceIndex)