Searched refs:shortMap (Results 1 – 1 of 1) sorted by relevance
158 public static Map shortMap = new HashMap(); field in ArrayAccessReplaceTest.Echo217 return ((Short)shortMap.get(new Integer(index))).shortValue(); in arrayReadShort()221 shortMap.put(new Integer(index), new Short(element)); in arrayWriteShort()