Interface AbstractStorage<E>


public interface AbstractStorage<E>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(E e)
     
    List<? extends E>
     
    void
    remove(E e)
     
  • Method Details

    • getAll

      List<? extends E> getAll()
    • add

      void add(E e)
    • remove

      void remove(E e)