| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface ValueMethod Summary | |
boolean | |
int |
|
public boolean equals(Value value)
Compares this value with the given value.
- Parameters:
value- a value.
- Returns:
- true if the values are equals, false otherwise.
public int getSize()
Returns the size of this value in words.
- Returns:
- either 1 or 2.