Lines Matching refs:nativeMap
92 private final HashMap<Key, DoubleValue> nativeMap;
104 nativeMap = new HashMap<Key, DoubleValue>();
112 nativeMap = new HashMap<Key, DoubleValue>();
113 changes = new HashMap<Key, DoubleValue>(other.nativeMap);
155 nativeMap.put(key, value);
173 final JRSUIConstants.DoubleValue existingValue = nativeMap.get(key);
327 bits ^= nativeMap.hashCode();
337 if (!nativeMap.equals(other.nativeMap)) return false;
345 builder.append(Arrays.toString(nativeMap.entrySet().toArray()));