Package com.mastfrog.abstractions.list
Interface Indexed<T>
- All Superinterfaces:
IntAddressable<T>,IntSized
- All Known Subinterfaces:
IndexedResolvable<T>
- Author:
- Tim Boudreau
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Indexed<T>compose(int size, IntAddressable<T> lookup) static <T> Indexed<T>compose(IntAddressable<T> lookup, IntSized sizeSupplier) static <T> Indexed<T>compose(IntSupplier sizeSupplier, IntAddressable<T> lookup) static <T> Indexed<T>default LongIndexedMethods inherited from interface com.mastfrog.abstractions.list.IntAddressable
forIndex, toLongAddressableMethods inherited from interface com.mastfrog.abstractions.list.IntSized
size, toLongSized
-
Method Details
-
fromList
-
toIterable
-
toIterator
-
compose
-
compose
-
compose
-
toLongIndexed
-