Home | History | Annotate | Download | only in util

Lines Matching defs:hasNext

172         public boolean hasNext() { return (ordinal()&1)!=0; }
243 * if(!result.hasNext()) return Result.NO_MATCH;
536 public boolean hasNext() /*const*/ { return pos_>=0 || !stack_.isEmpty(); }