Searched defs:ShortValue (Results 1 – 4 of 4) sorted by relevance
38 public interface ShortValue extends PrimitiveValue, Comparable<ShortValue> { interface
635 public static class ShortValue extends Value { class in Const638 public ShortValue(short value) { in ShortValue() method in Const.ShortValue
23 const short ShortValue = 17; variable