| org.cougaar.util.Thunk
Thunk | public interface Thunk (Code) | | A Thunk is small piece of code to be executed repeatedly, often
gathering state for later perusal.
|
Inner Class :class Counter implements Thunk | |
Inner Class :class Collector implements Thunk | |
apply | void apply(Object o)(Code) | | Called to "run" the thunk on an object *
|
|
|