Package com.mastfrog.abstractions.list
Interface LongIndexed<T>
- All Superinterfaces:
LongAddressable<T>,LongSized
- All Known Subinterfaces:
LongIndexedResolvable<T>
- Author:
- Tim Boudreau
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> LongIndexed<T>compose(long size, LongAddressable<T> lookup) static <T> LongIndexed<T>compose(LongAddressable<T> lookup, LongSupplier sizeSupplier) static <T> LongIndexed<T>compose(LongSized sizeSupplier, LongAddressable<T> lookup) static <T> LongIndexed<T>Methods inherited from interface com.mastfrog.abstractions.list.LongAddressable
forIndex, toIntAddressable
-
Method Details
-
fromList
-
toIterable
-
toIterator
-
compose
-
compose
-
compose
-