Searched refs:IntValue (Results 1 – 1 of 1) sorted by relevance
106 return new IntValue(value); in pack()443 private static class IntValue extends Value { class in Value446 IntValue(int i) { in IntValue() method in Value.IntValue475 if (other instanceof IntValue) { in equals()476 IntValue value = (IntValue)other; in equals()