Searched refs:ShortValue (Results 1 – 1 of 1) sorted by relevance
93 return new ShortValue(value); in pack()484 private static class ShortValue extends Value { class in Value487 ShortValue(short s) { in ShortValue() method in Value.ShortValue502 if (other instanceof ShortValue) { in equals()503 ShortValue value = (ShortValue)other; in equals()