-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected int |
count |
protected Iterator<T> |
it |
protected T |
next |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
boolean |
hasNext() |
protected abstract boolean |
include(T entry) |
T |
next() |
void |
remove() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
count
protected int count
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.