Uses of Class
cloud.opencode.base.collections.IntInterval
Packages that use IntInterval
-
Uses of IntInterval in cloud.opencode.base.collections
Methods in cloud.opencode.base.collections that return IntIntervalModifier and TypeMethodDescriptionIntInterval.by(int newStep) Return a new interval with the same range but a different step.static IntIntervalIntInterval.fromTo(int from, int to) Create an interval fromfromtoto(inclusive) with auto-detected step.static IntIntervalIntInterval.fromToBy(int from, int to, int step) Create an interval fromfromtoto(inclusive) with an explicit step.static IntIntervalIntInterval.oneTo(int to) Create an interval from 1 toto(inclusive).IntInterval.reversed()Return a reversed interval.static IntIntervalIntInterval.zeroTo(int to) Create an interval from 0 toto(inclusive).