public class IntValue extends Object implements CustomValue
| Constructor and Description |
|---|
IntValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(CustomValue other) |
void |
add(int increment) |
CustomValue |
clone() |
boolean |
isNull() |
void |
reset() |
void |
substract(CustomValue other) |
String |
toString() |
int |
value() |
public void add(int increment)
public boolean isNull()
isNull in interface CustomValuepublic void add(CustomValue other)
add in interface CustomValuepublic void substract(CustomValue other)
substract in interface CustomValuepublic void reset()
reset in interface CustomValuepublic CustomValue clone()
clone in interface CustomValueclone in class Objectpublic int value()
Copyright © 2019 JBoss by Red Hat. All rights reserved.