Package org.jgroups.util
Class FixedBuffer.FixedBufferIterator
- java.lang.Object
-
- org.jgroups.util.FixedBuffer.FixedBufferIterator
-
- All Implemented Interfaces:
java.util.Iterator<T>
- Enclosing class:
- FixedBuffer<T>
protected class FixedBuffer.FixedBufferIterator extends java.lang.Object implements java.util.Iterator<T>
-
-
Constructor Summary
Constructors Constructor Description FixedBufferIterator(T[] buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
T
next()
void
remove()
-