public class UntilDo extends Object
UntilDo(Predicate test, Procedure body)
boolean
equals(Object obj)
protected Procedure
getBody()
protected Predicate
getTest()
int
hashCode()
void
run()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public UntilDo(Predicate test, Procedure body)
test
body
public final void run()
public String toString()
toString
Object
protected Procedure getBody()
protected Predicate getTest()
public boolean equals(Object obj)
equals
public int hashCode()
hashCode
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.