Uses of Interface
com.mastfrog.abstractions.list.IntAddressable
Packages that use IntAddressable
-
Uses of IntAddressable in com.mastfrog.abstractions.list
Subinterfaces of IntAddressable in com.mastfrog.abstractions.listModifier and TypeInterfaceDescriptioninterfaceIndexed<T>interfaceA minimal list-like abstraction of a List that lets items be retrieved by index.Methods in com.mastfrog.abstractions.list that return IntAddressableModifier and TypeMethodDescriptiondefault IntAddressable<T>LongAddressable.toIntAddressable()static <T> IntAddressable<T>Methods in com.mastfrog.abstractions.list with parameters of type IntAddressableModifier 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> IndexedResolvable<T>IndexedResolvable.compose(IntAddressable<T> lookup, int size, IntResolvable reverseLookup) static <T> IndexedResolvable<T>IndexedResolvable.compose(IntAddressable<T> lookup, IntSupplier size, IntResolvable reverseLookup)