Uses of Interface
com.mastfrog.abstractions.list.LongIndexed
Packages that use LongIndexed
-
Uses of LongIndexed in com.mastfrog.abstractions.list
Subinterfaces of LongIndexed 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 LongIndexedModifier and TypeMethodDescriptionstatic <T> LongIndexed<T>LongIndexed.compose(long size, LongAddressable<T> lookup) static <T> LongIndexed<T>LongIndexed.compose(LongAddressable<T> lookup, LongSupplier sizeSupplier) static <T> LongIndexed<T>LongIndexed.compose(LongSized sizeSupplier, LongAddressable<T> lookup) static <T> LongIndexed<T>default LongIndexedIndexed.toLongIndexed()