public class DoWhile extends Object
DoWhile(Procedure body, Predicate test)
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 DoWhile(Procedure body, Predicate test)
body
test
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.