Package net.sf.jga.fn.algorithm

Provides utilities that apply Functors and Predicates to common situations.

See:
          Description

Interface Summary
Accumulate.Visitor Interface for classes that may interpret an Accumulate functor.
Count.Visitor Interface for classes that may interpret an Count functor.
ElementOf.Visitor Interface for classes that may interpret an ElementOf functor.
ForEach.Visitor Interface for classes that may interpret an ForEach functor.
MaxValue.Visitor Interface for classes that may interpret an MaxValue functor.
MinValue.Visitor Interface for classes that may interpret an MinValue functor.
 

Class Summary
Accumulate<T> Deprecated. This functionality is moved into Summarize
Count<T> Deprecated. This functionality is moved into Summarize
ElementOf<T> BinaryPredicate that returns true if a given value is an element of a given collection.
ForEach<T,R> Deprecated. This functionality is moved into Summarize
MaxValue<T> Deprecated. This functionality is moved into Summarize
MinValue<T> Deprecated. This functionality is moved into Summarize
 

Package net.sf.jga.fn.algorithm Description

Provides utilities that apply Functors and Predicates to common situations.



Copyright © 2002-2006 David A. Hall. All Rights Reserved.