protected static class AbstractReference2ReferenceSortedMap.ValuesIterator<K,V> extends AbstractObjectIterator<V>
To provide an iterator on values, just create an instance of this class using the corresponding iterator on entries.
| Modifier and Type | Field and Description |
|---|---|
protected ObjectBidirectionalIterator<Map.Entry<K,V>> |
i |
| Constructor and Description |
|---|
AbstractReference2ReferenceSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<K,V>> i) |
protected final ObjectBidirectionalIterator<Map.Entry<K,V>> i
public AbstractReference2ReferenceSortedMap.ValuesIterator(ObjectBidirectionalIterator<Map.Entry<K,V>> i)
public V next()
public boolean hasNext()
Copyright © 2013. All Rights Reserved.