Class DoUntil
- java.lang.Object
-
- org.apache.commons.functor.core.algorithm.PredicatedLoop
-
- org.apache.commons.functor.core.algorithm.DoUntil
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Runnable,Functor,NullaryFunctor,Procedure
public class DoUntil extends PredicatedLoop
Do-until algorithm (test after).- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDserialVersionUID declaration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()Execute this procedure.-
Methods inherited from class org.apache.commons.functor.core.algorithm.PredicatedLoop
equals, getBody, getTest, hashCode
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
serialVersionUID declaration.- See Also:
- Constant Field Values
-
-