Class IndexList.Index<K,E>

java.lang.Object
ru.cwcode.cwutils.collections.IndexList.Index<K,E>
Enclosing class:
IndexList<E>

public static class IndexList.Index<K,E> extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • get

      public E get(K key)
    • indexOf

      public K indexOf(E element)
    • onElementAdded

      protected void onElementAdded(E element)
    • onElementRemoved

      protected void onElementRemoved(E element)