Package manifold.collections.api.range
-
Interface Summary Interface Description IterableRange<E extends Comparable<E>,S,U,ME extends IterableRange<E,S,U,ME>> Range<E extends Comparable<E>,ME extends Range<E,ME>> A range ofComparableelements defined by two endpoints.Sequential<E extends Sequential<E,S,U>,S,U> ImplementSequentialif the set of possible instances of your type are a sequence, whereby given an arbitrary instance of the type and some step or increment value, the next instance can be computed.