Searched refs:ByteValue (Results 1 – 1 of 1) sorted by relevance
86 return new ByteValue(value); in pack()267 private static class ByteValue extends Value { class in Value270 ByteValue(byte b) { in ByteValue() method in Value.ByteValue294 if (other instanceof ByteValue) { in equals()295 ByteValue value = (ByteValue)other; in equals()