Package org.jgroups.util
Class ArrayIterator<T>
- java.lang.Object
-
- org.jgroups.util.ArrayIterator<T>
-
- All Implemented Interfaces:
java.util.Iterator<T>
public class ArrayIterator<T> extends java.lang.Object implements java.util.Iterator<T>
Iterator over an array of elements of type T.- Since:
- 3.4
- Author:
- Bela Ban
-
-
Constructor Summary
Constructors Constructor Description ArrayIterator(T[] elements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
T
next()
void
remove()
-