it.unimi.dsi.fastutil.ints
Class AbstractInt2ReferenceSortedMap.ValuesIterator<V>
java.lang.Object
it.unimi.dsi.fastutil.objects.AbstractObjectIterator<V>
it.unimi.dsi.fastutil.ints.AbstractInt2ReferenceSortedMap.ValuesIterator<V>
- All Implemented Interfaces:
- ObjectIterator<V>, Iterator<V>
- Enclosing class:
- AbstractInt2ReferenceSortedMap<V>
protected static class AbstractInt2ReferenceSortedMap.ValuesIterator<V>
- extends AbstractObjectIterator<V>
A wrapper exhibiting a map iterator as an iterator on values.
To provide an iterator on values, just create an instance of this
class using the corresponding iterator on entries.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
i
protected final ObjectBidirectionalIterator<Map.Entry<Integer,V>> i
AbstractInt2ReferenceSortedMap.ValuesIterator
public AbstractInt2ReferenceSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<Integer,V>> i)
next
public V next()
hasNext
public boolean hasNext()
Copyright © 2011. All Rights Reserved.