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 of
Comparable elements defined by two endpoints. |
Sequential<E extends Sequential<E,S,U>,S,U> |
Implement
Sequential if 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. |
Copyright © 2024. All rights reserved.