public final class BigDecimalRange extends NumberRange<java.math.BigDecimal,BigDecimalRange>
| Constructor and Description |
|---|
BigDecimalRange(java.math.BigDecimal left,
java.math.BigDecimal right) |
BigDecimalRange(java.math.BigDecimal left,
java.math.BigDecimal right,
java.math.BigDecimal step,
boolean leftClosed,
boolean rightClosed,
boolean reverse) |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getFromLeft(int iStepIndex) |
java.math.BigDecimal |
getFromRight(int iStepIndex) |
java.util.Iterator<java.math.BigDecimal> |
iterateFromLeft() |
java.util.Iterator<java.math.BigDecimal> |
iterateFromRight() |
equals, getStep, getUnit, hashCode, iterator, step, toString, unitcontains, contains, getLeftEndpoint, getRightEndpoint, isLeftClosed, isReversed, isRightClosedclone, finalize, getClass, jailbreak, notify, notifyAll, wait, wait, waitcount, 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, mapIndexedTo, mapNotNull, mapNotNullTo, mapTo, mapToList, maxWith, minWith, partition, reversed, single, single, singleOrNull, singleOrNull, spliterator, subList, subList, subtract, toList, toSet, unioncontains, contains, getLeftEndpoint, getRightEndpoint, isLeftClosed, isReversed, isRightClosedpublic BigDecimalRange(java.math.BigDecimal left,
java.math.BigDecimal right)
public BigDecimalRange(java.math.BigDecimal left,
java.math.BigDecimal right,
java.math.BigDecimal step,
boolean leftClosed,
boolean rightClosed,
boolean reverse)
public java.util.Iterator<java.math.BigDecimal> iterateFromLeft()
IterableRange.iterator(),
IterableRange.iterateFromRight()public java.util.Iterator<java.math.BigDecimal> iterateFromRight()
IterableRange.iterator(),
IterableRange.iterateFromLeft()public java.math.BigDecimal getFromLeft(int iStepIndex)
iStepIndex - The index of the step from the left endpointpublic java.math.BigDecimal getFromRight(int iStepIndex)
iStepIndex - The index of the step from the right endpointCopyright © 2022. All rights reserved.