|
|
@@ -220,6 +220,8 @@ public abstract class ALookup<K> implements Lookup<K> {
|
|
|
* <P>This class does not implement
|
|
|
* {@link java.util.Map.Entry#setValue(Object) setValue()}, as the
|
|
|
* modification would not be reflected in the base map.
|
|
|
+ *
|
|
|
+ * @todo (assira # 2) ALookup should use LookupEntry which supports #setValue
|
|
|
*/
|
|
|
public static class BasicEntry<K> implements LookupEntry<K> {
|
|
|
|