- All Implemented Interfaces:
Iterator<T>
@Deprecated
public class ArrayIterator<T>
extends Object
implements Iterator<T>
Deprecated.
- Since:
- 3.2.0
- Author:
- Joel Uckelman
-
Constructor Summary
Constructors
| Constructor |
Description |
ArrayIterator(T... array) |
Deprecated.
|
-
Method Summary
| Modifier and Type |
Method |
Description |
boolean |
hasNext() |
Deprecated.
|
T |
next() |
Deprecated.
|
void |
remove() |
Deprecated.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public ArrayIterator(
T... array)
Deprecated.
-
Method Details
-
public boolean hasNext()
Deprecated.
- Specified by:
hasNext in interface Iterator<T>
-
-
public void remove()
Deprecated.
- Specified by:
remove in interface Iterator<T>