- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- com.google.common.collect.ForwardingIterator<T>
-
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected long |
numItems |
-
Method Summary
-
Methods inherited from class com.google.common.collect.ForwardingIterator
hasNext, remove
-
Methods inherited from class com.google.common.collect.ForwardingObject
toString
-
-
Field Detail
-
numItems
protected long numItems
-
Method Detail
-
next
public T next()
- Specified by:
next in interface Iterator<T>
- Overrides:
next in class com.google.common.collect.ForwardingIterator<T>
Copyright © 2018. All rights reserved.