org.erights.e.meta.java.util
Class DictionarySugar
java.lang.Object
|
+--org.erights.e.meta.java.util.DictionarySugar
- public class DictionarySugar
- extends Object
Untamed:
- Author:
- Mark S. Miller
Method Summary |
static void |
iterate(Dictionary dict,
AssocFunc func)
Enabled: Enumerates each of the key-value pairs in the Dictionary. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OTHER_CLASS
public static final Class OTHER_CLASS
- Enabled:
DictionarySugar
private DictionarySugar()
- prevent instantiation
iterate
public static void iterate(Dictionary dict,
AssocFunc func)
- Enabled: Enumerates each of the key-value pairs in the Dictionary. XXX
Should enumerate a snapshot of the dictionary, so we're
insulated from side effects to the dictionary during
enumeration.
comments?