it.unimi.dsi.fastutil.objects
Class ObjectIterators.UnmodifiableIterator<K>
java.lang.Object
it.unimi.dsi.fastutil.objects.AbstractObjectIterator<K>
it.unimi.dsi.fastutil.objects.ObjectIterators.UnmodifiableIterator<K>
- All Implemented Interfaces:
- ObjectIterator<K>, Iterator<K>
- Enclosing class:
- ObjectIterators
public static class ObjectIterators.UnmodifiableIterator<K>
- extends AbstractObjectIterator<K>
An unmodifiable wrapper class for iterators.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
i
protected final ObjectIterator<K> i
ObjectIterators.UnmodifiableIterator
public ObjectIterators.UnmodifiableIterator(ObjectIterator<K> i)
hasNext
public boolean hasNext()
next
public K next()
Copyright © 2011. All Rights Reserved.