Home | History | Annotate | Download | only in testing

Lines Matching refs:isDone

70  *     public boolean isDone() {
110 * Waits until the given future {@linkplain Future#isDone is done}, invoking the garbage
116 if (future.isDone()) {
123 if (future.isDone()) {
194 boolean isDone();
204 if (predicate.isDone()) {
211 if (predicate.isDone()) {
217 if (predicate.isDone()) {
232 * public boolean isDone() {
242 public boolean isDone() {