public abstract class NumberRange<E extends Number & Comparable<E>,ME extends NumberRange<E,ME>> extends AbstractIterableRange<E,E,Void,ME>
Constructor and Description |
---|
NumberRange(E left,
E right,
E step) |
NumberRange(E left,
E right,
E step,
boolean leftClosed,
boolean rightClosed,
boolean reverse) |
equals, getStep, getUnit, hashCode, iterator, step, toString, unit
contains, contains, getLeftEndpoint, getRightEndpoint, isLeftClosed, isReversed, isRightClosed
clone, emptyArray, finalize, getClass, jailbreak, notify, notifyAll, wait, wait, wait
getFromLeft, getFromRight, iterateFromLeft, iterateFromRight
count, count, distinctBy, distinctList, filterIndexedTo, filterIndexedToList, filterNotTo, filterNotToList, filterTo, filterToList, first, first, firstOrNull, firstOrNull, flatMap, flatMapTo, fold, forEach, forEachIndexed, indexOfFirst, indexOfLast, intersect, joinTo, joinToString, last, last, lastOrNull, lastOrNull, mapIndexed, mapIndexedNotNull, mapIndexedNotNullTo, mapIndexedNotNullToList, mapIndexedTo, mapIndexedToList, mapNotNull, mapNotNullTo, mapNotNullToList, mapTo, mapToList, maxWith, minWith, partition, reversed, single, single, singleOrNull, singleOrNull, spliterator, subList, subList, subtract, toList, toSet, union
contains, contains, getLeftEndpoint, getRightEndpoint, isLeftClosed, isReversed, isRightClosed
Copyright © 2024. All rights reserved.