org.erights.e.elib.tables
Interface AssocFunc


public interface AssocFunc

Untamed:


Method Summary
 void run(Object key, Object value)
          Enabled: Repeatedly called with successive key-value pairs from some collection.
 

Method Detail

run

public void run(Object key,
                Object value)
Enabled: Repeatedly called with successive key-value pairs from some collection.



comments?