Interface Copyable<C extends Copyable<C>>

Type Parameters:
C - is the type of a Copyable.
All Known Subinterfaces:
CopyableIterator<E>, IArrayList<E>, ILinkedList<E>, IMutableImage<I>
All Known Implementing Classes:
ArrayIterator, ArrayList, ArrayListIterator, FilterContainerViewIterator, IterableContainerViewIterator, LinkedList, MappingContainerViewIterator, MatrixIterator, MultiContainerViewIterator, MutableImage, SingleContainerIterator

public interface Copyable<C extends Copyable<C>>
A Copyable can create a copy of itself.
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getCopy

      C getCopy()
      Returns:
      a new copy of the current Copyable.