Home | History | Annotate | Download | only in collect

Lines Matching defs:State

30  * end-of-data status without changing the iterator's state, using the {@link
62 private State state = State.NOT_READY;
64 private enum State {
118 state = State.DONE;
123 checkState(state != State.FAILED);
124 switch (state) {
135 state = State.FAILED; // temporary pessimism
137 if (state != State.DONE) {
138 state = State.READY;
148 state = State.NOT_READY;