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

/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIControl.java92 private final HashMap<Key, DoubleValue> nativeMap; field in class:JRSUIControl
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
[all...]

Completed in 32 milliseconds