org.erights.e.elib.tables
Interface Iteratable

All Known Implementing Classes:
EList, EMap, ESet, Identifiers, IdentityMap, Node, ReadOnlyFile, Scope

public interface Iteratable

Untamed: The operation assumed by E's for-loop.

This should therefore be universal to all E collections.

Author:
Mark S. Miller

Method Summary
 void iterate(AssocFunc func)
          Enabled:
 

Method Detail

iterate

public void iterate(AssocFunc func)
Enabled:



comments?