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

Field Summary
static Class OTHER_CLASS
          Enabled:
 
Constructor Summary
private DictionarySugar()
          prevent instantiation
 
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
 

Field Detail

OTHER_CLASS

public static final Class OTHER_CLASS
Enabled:

Constructor Detail

DictionarySugar

private DictionarySugar()
prevent instantiation

Method Detail

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?