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