K - the key typeV - the value typepublic static class ImmutableMap.ValueIterator<K,V> extends ImmutableIteratorBase<ImmutableMap.MapEntry<K,V>> implements Iterator<V>
Iterator to iterate over the contents of a ImmutableMap.ValueCollection.| Modifier and Type | Method and Description |
|---|---|
V |
next()
Get the next value referenced by this
ValueIterator. |
checkNext, hasNextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNext, removepublic V next()
ValueIterator.next in interface Iterator<V>NoSuchElementException - if there is no "next" valueCopyright © 2021. All rights reserved.