Uses of Class
com.regnosys.rosetta.utils.IntegerInterval
Packages that use IntegerInterval
-
Uses of IntegerInterval in com.regnosys.rosetta.utils
Subclasses of IntegerInterval in com.regnosys.rosetta.utilsMethods in com.regnosys.rosetta.utils that return IntegerIntervalModifier and TypeMethodDescriptionIntegerInterval.add(IntegerInterval other) static IntegerIntervalIntegerInterval.bounded(int min, int max) static IntegerIntervalIntegerInterval.boundedLeft(int min) static IntegerIntervalIntegerInterval.boundedRight(int max) IntegerInterval.minimalCover(IntegerInterval other) IntegerInterval.multiply(IntegerInterval other) IntegerInterval.subtract(IntegerInterval other) static IntegerIntervalIntegerInterval.unbounded()Methods in com.regnosys.rosetta.utils with parameters of type IntegerIntervalModifier and TypeMethodDescriptionIntegerInterval.add(IntegerInterval other) IntegerInterval.minimalCover(IntegerInterval other) IntegerInterval.multiply(IntegerInterval other) IntegerInterval.subtract(IntegerInterval other)