public static class ObjectIterators.UnmodifiableIterator<K> extends AbstractObjectIterator<K>
| Modifier and Type | Field and Description |
|---|---|
protected ObjectIterator<K> |
i |
| Constructor and Description |
|---|
ObjectIterators.UnmodifiableIterator(ObjectIterator<K> i) |
protected final ObjectIterator<K> i
public ObjectIterators.UnmodifiableIterator(ObjectIterator<K> i)
public boolean hasNext()
public K next()
Copyright © 2013. All Rights Reserved.