Interface ListRack<E,​L extends java.util.List<E>>

All Superinterfaces:
CollectionRack<E,​L>
All Known Implementing Classes:
ImmutableListRack

public interface ListRack<E,​L extends java.util.List<E>>
extends CollectionRack<E,​L>
  • Method Summary

    Modifier and Type Method Description
    default java.util.function.IntFunction<E> getByIndex()  

    Methods inherited from interface org.marid.racks.collection.CollectionRack

    get, size
  • Method Details

    • getByIndex

      default java.util.function.IntFunction<E> getByIndex()