Searched refs:LongValue (Results 1 – 1 of 1) sorted by relevance
116 return new LongValue(value); in pack()483 private static class LongValue extends Value { class in Value486 LongValue(long l) { in LongValue() method in Value.LongValue515 if (other instanceof LongValue) { in equals()516 LongValue value = (LongValue)other; in equals()