Uses of Interface
com.mastfrog.abstractions.list.LongAddressable
Packages that use LongAddressable
-
Uses of LongAddressable in com.mastfrog.abstractions.list
Subinterfaces of LongAddressable in com.mastfrog.abstractions.listModifier and TypeInterfaceDescriptioninterfaceLongIndexed<T>interfaceA minimal list-like abstraction of a List that lets items be retrieved by index.Methods in com.mastfrog.abstractions.list that return LongAddressableMethods in com.mastfrog.abstractions.list with parameters of type LongAddressableModifier 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> LongIndexedResolvable<T>LongIndexedResolvable.compose(LongAddressable<T> lookup, int size, LongResolvable reverseLookup) static <T> LongIndexedResolvable<T>LongIndexedResolvable.compose(LongAddressable<T> lookup, LongSupplier size, LongResolvable reverseLookup)