Uses of Interface
com.mastfrog.abstractions.list.Indexed
Packages that use Indexed
-
Uses of Indexed in com.mastfrog.abstractions.list
Subinterfaces of Indexed in com.mastfrog.abstractions.listModifier and TypeInterfaceDescriptioninterfaceA minimal list-like abstraction of a List that lets items be retrieved by index.Methods in com.mastfrog.abstractions.list that return IndexedModifier and TypeMethodDescriptionstatic <T> Indexed<T>Indexed.compose(int size, IntAddressable<T> lookup) static <T> Indexed<T>Indexed.compose(IntAddressable<T> lookup, IntSized sizeSupplier) static <T> Indexed<T>Indexed.compose(IntSupplier sizeSupplier, IntAddressable<T> lookup) static <T> Indexed<T>