T - public class HybridIterator<T> extends Object implements Iterator<T>, Enumeration<T>, Iterable<T>
| Constructor and Description |
|---|
HybridIterator(Enumeration<T> items) |
HybridIterator(Iterable<T> items) |
HybridIterator(Iterator<T> items) |
HybridIterator(T[] items) |
HybridIterator(T[] items,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
boolean |
hasNext() |
Iterator<T> |
iterator() |
T |
next() |
T |
nextElement() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic HybridIterator(T[] items)
public HybridIterator(T[] items, int offset, int length)
public HybridIterator(Enumeration<T> items)
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<T>public T nextElement()
nextElement in interface Enumeration<T>Copyright © 2016. All rights reserved.