Uses of Class
net.hydromatic.morel.util.Ord
Packages that use Ord
-
Uses of Ord in net.hydromatic.morel.util
Methods in net.hydromatic.morel.util that return OrdModifier and TypeMethodDescriptionOrd.OrdArrayList.get(int index) Ord.OrdList.get(int index) static <E> Ord<E> Ord.of(int n, E e) Creates an Ord.Methods in net.hydromatic.morel.util that return types with arguments of type OrdModifier and TypeMethodDescriptionOrd.reverse(E... elements) Iterates over an array in reverse order.Iterates over a list in reverse order.Ord.zip(E[] elements) Returns a numbered list based on an array.Creates an iterable ofOrds over an iterable.Creates an iterator ofOrds over an iterator.Returns a numbered list.