Package org.marid.racks.collection
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()