Class std.rt.Integer
Synopsis
public final class Integer extends Comparable< Integer >
Implicit managed wrapper for the signed integer types.
Fields
Constructors
public Integer();
Construct the integer with value 0.
public Integer(long value);
Construct the integer with the specified value.
Methods
public long get();
Get the integer value.
public Integer opNegate();
Return the negation of this integer.
public Integer opInvert();
Return the bit-inverse of this integer.
Compare two integers.
No description given
public dword_t hash();
No description given