Schnittstelle Copyable<C extends Copyable<C>>

Typparameter:
C - is the type of a Copyable.
Alle bekannten Unterschnittstellen:
CopyableIterator<E>, IArrayList<E>, ILinkedList<E>
Alle bekannten Implementierungsklassen:
ArrayIterator, ArrayList, LinkedList

public interface Copyable<C extends Copyable<C>>
A Copyable can be copied.
Version:
2023-02-12
Autor:
Silvan Wyss
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
     
  • Methodendetails

    • getCopy

      C getCopy()
      Gibt zurück:
      a copy of the current Copyable.