IntegerRange class
@fileoverview Represents an integer range
- Implemented types
Constructors
- IntegerRange(int begin, int end)
Properties
Methods
-
contains(
int value) → bool -
marshal(
MarshalledObject marshalled) → void -
serialise to this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
unmarshal(
MarshalledObject marshalled) → IntegerRange