Class NumericRange.OfShort
java.lang.Object
xyz.janboerman.scalaloader.configurationserializable.runtime.types.NumericRange<Short>
xyz.janboerman.scalaloader.configurationserializable.runtime.types.NumericRange.OfShort
- All Implemented Interfaces:
ConfigurationSerializable
- Enclosing class:
NumericRange<I>
public static class NumericRange.OfShort
extends NumericRange<Short>
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
-
OfShort
-
OfShort
public OfShort(short start, short step, short end, boolean inclusive)
-
-
Method Details
-
start
public short start() -
step
public short step() -
end
public short end() -
serialize
- Specified by:
serialize
in interfaceConfigurationSerializable
-
valueOf
-