96979899100101102
public static LongValue longValue(Long longValue) { return new LongValueImpl(longValue); } public static ShortValue shortValue(Short shortValue) { return new ShortValueImpl(shortValue); }