Home | History | Annotate | Download | only in collect

Lines Matching refs:state

31  * end-of-data status without changing the iterator's state, using the {@link
65 private State state = State.NOT_READY;
70 private enum State {
124 state = State.DONE;
130 checkState(state != State.FAILED);
131 switch (state) {
142 state = State.FAILED; // temporary pessimism
144 if (state != State.DONE) {
145 state = State.READY;
156 state = State.NOT_READY;