Schnittstelle IHistory<T>

Alle Superschnittstellen:
INotifier, Iterable<IHistoryElement<T>>
Alle bekannten Implementierungsklassen:
History, PreferenceHistory

public interface IHistory<T> extends INotifier, Iterable<IHistoryElement<T>>
Autor:
Eike Stepper
  • Methodendetails

    • isEmpty

      boolean isEmpty()
    • size

      int size()
    • clear

      boolean clear()
    • indexOf

      int indexOf(T data)
    • add

      boolean add(T data)
    • remove

      IHistoryElement<T> remove(int index)
    • get

      IHistoryElement<T> get(int index)
    • getMostRecent

      T getMostRecent()
    • getData

      <D> D[] getData(D[] a)
    • toArray

      IHistoryElement<T>[] toArray()