Searched refs:ShortValue (Results 1 – 1 of 1) sorted by relevance
96 return new ShortValue(value); in pack()523 private static class ShortValue extends Value { class in Value526 ShortValue(short s) { in ShortValue() method in Value.ShortValue545 if (other instanceof ShortValue) { in equals()546 ShortValue value = (ShortValue)other; in equals()