Lines Matching +refs:val +refs:entry
127 // will replace the entry for the old Key subclass with
128 // an entry for the new Key subclass. At that time the
164 * @param val the <code>Object</code> to test for validity
165 * @return <code>true</code> if <code>val</code> is valid;
168 public abstract boolean isCompatibleValue(Object val);
1137 for (Map.Entry<?,?> entry : m.entrySet())
1138 hintmap.put(entry.getKey(), entry.getValue());
1141 for (Map.Entry<?,?> entry : m.entrySet())
1142 put(entry.getKey(), entry.getValue());