Class NumericRange.OfBigInteger
java.lang.Object
xyz.janboerman.scalaloader.configurationserializable.runtime.types.NumericRange<BigInteger>
xyz.janboerman.scalaloader.configurationserializable.runtime.types.NumericRange.OfBigInteger
- All Implemented Interfaces:
ConfigurationSerializable
- Enclosing class:
NumericRange<I>
public static class NumericRange.OfBigInteger
extends NumericRange<BigInteger>
implements ConfigurationSerializable
-
Nested Class Summary
Nested classes/interfaces inherited from class xyz.janboerman.scalaloader.configurationserializable.runtime.types.NumericRange
NumericRange.OfBigInteger, NumericRange.OfByte, NumericRange.OfInteger, NumericRange.OfLong, NumericRange.OfShort
-
Constructor Summary
ConstructorsConstructorDescriptionOfBigInteger
(BigInteger start, BigInteger step, BigInteger end, boolean inclusive) -
Method Summary
Methods inherited from class xyz.janboerman.scalaloader.configurationserializable.runtime.types.NumericRange
equals, getEnd, getStart, getStep, hashCode, isInclusive, registerWithConfigurationSerialization, toString
-
Constructor Details
-
OfBigInteger
-
-
Method Details
-
start
-
step
-
end
-
serialize
- Specified by:
serialize
in interfaceConfigurationSerializable
-
valueOf
-