Package org.ujmp.core.collections
Class RingBufferList.RingBufferIterator
- java.lang.Object
-
- org.ujmp.core.collections.RingBufferList.RingBufferIterator
-
- All Implemented Interfaces:
java.util.Iterator<A>
- Enclosing class:
- RingBufferList<A>
private class RingBufferList.RingBufferIterator extends java.lang.Object implements java.util.Iterator<A>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
pos
-
Constructor Summary
Constructors Constructor Description RingBufferIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
A
next()
void
remove()
-