Uses of Interface
com.mastfrog.abstractions.list.LongSized
Packages that use LongSized
-
Uses of LongSized in com.mastfrog.abstractions.list
Subinterfaces of LongSized 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 LongSizedModifier and TypeMethodDescriptiondefault LongSizedIntSized.toLongSized()static LongSizedLongSized.wrap(Collection<?> coll) Methods in com.mastfrog.abstractions.list with parameters of type LongSizedModifier and TypeMethodDescriptionstatic <T> LongIndexed<T>LongIndexed.compose(LongSized sizeSupplier, LongAddressable<T> lookup)