Uses of Interface
com.mastfrog.abstractions.list.IntSized
Packages that use IntSized
-
Uses of IntSized in com.mastfrog.abstractions.list
Subinterfaces of IntSized 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 IntSizedMethods in com.mastfrog.abstractions.list with parameters of type IntSizedModifier and TypeMethodDescriptionstatic <T> Indexed<T>Indexed.compose(IntAddressable<T> lookup, IntSized sizeSupplier)