swarm.collections
Interface ForEachKey

All Known Subinterfaces:
ConcurrentSchedule, KeyedCollection, Map, Schedule

public interface ForEachKey

Exactly the same as the ForEach protocol, but only for KeyedCollections.. Works identically to the ForEach protocol, but loops through the keys in a KeyedCollection, rather than the members.


Method Summary
 void forEachKey(Selector aSelector)
           
 void forEachKey(Selector aSelector, java.lang.Object arg1)
           
 void forEachKey(Selector aSelector, java.lang.Object arg1, java.lang.Object arg2)
           
 void forEachKey(Selector aSelector, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
           
 

Method Detail

forEachKey

public void forEachKey(Selector aSelector)

forEachKey

public void forEachKey(Selector aSelector,
                       java.lang.Object arg1)

forEachKey

public void forEachKey(Selector aSelector,
                       java.lang.Object arg1,
                       java.lang.Object arg2)

forEachKey

public void forEachKey(Selector aSelector,
                       java.lang.Object arg1,
                       java.lang.Object arg2,
                       java.lang.Object arg3)