org.dxc.api.datatypes
Class IntegerValue
Object
org.dxc.api.datatypes.Value
org.dxc.api.datatypes.IntegerValue
public class IntegerValue
- extends Value
Integer (int) Value type.
Method Summary |
boolean |
equals(Object o)
|
int |
get()
|
int |
hashCode()
|
OutputStream |
put(OutputStream os)
Print the value to an output stream. |
Methods inherited from class Object |
getClass, notify, notifyAll, wait, wait, wait |
IntegerValue
public IntegerValue(int value)
put
public OutputStream put(OutputStream os)
- Description copied from class:
Value
- Print the value to an output stream.
- Specified by:
put
in class Value
get
public int get()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object