Class NumericRange.OfInteger
java.lang.Object
xyz.janboerman.scalaloader.configurationserializable.runtime.types.NumericRange<Integer>
xyz.janboerman.scalaloader.configurationserializable.runtime.types.NumericRange.OfInteger
- All Implemented Interfaces:
ConfigurationSerializable
- Enclosing class:
NumericRange<I>
public static class NumericRange.OfInteger
extends NumericRange<Integer>
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
Constructors -
Method Summary
Methods inherited from class xyz.janboerman.scalaloader.configurationserializable.runtime.types.NumericRange
equals, getEnd, getStart, getStep, hashCode, isInclusive, registerWithConfigurationSerialization, toString
-
Constructor Details
-
OfInteger
-
OfInteger
public OfInteger(int start, int step, int end, boolean inclusive)
-
-
Method Details
-
start
public int start() -
step
public int step() -
end
public int end() -
serialize
- Specified by:
serialize
in interfaceConfigurationSerializable
-
valueOf
-