Searched refs:PRIMITIVE_WRAPPERS (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java98 private static final Map<String,Integer> PRIMITIVE_WRAPPERS = field in class:BytecodeEnhancer
101 PRIMITIVE_WRAPPERS.put(Boolean.class.getName(), Type.BOOLEAN);
102 PRIMITIVE_WRAPPERS.put(Character.class.getName(), Type.CHAR);
103 PRIMITIVE_WRAPPERS.put(Byte.class.getName(), Type.BYTE);
104 PRIMITIVE_WRAPPERS.put(Short.class.getName(), Type.SHORT);
105 PRIMITIVE_WRAPPERS.put(Integer.class.getName(), Type.INT);
106 PRIMITIVE_WRAPPERS.put(Long.class.getName(), Type.LONG);
107 PRIMITIVE_WRAPPERS.put(Float.class.getName(), Type.FLOAT);
108 PRIMITIVE_WRAPPERS.put(Double.class.getName(), Type.DOUBLE);
695 Integer sort = PRIMITIVE_WRAPPERS
[all...]

Completed in 54 milliseconds