public static class RegionMap.Entries<V> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
RegionMap.Entries<V> |
iterator() |
RegionMap.Entry<V> |
next()
Note the same entry instance is returned each time this method is called.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
forEachRemaining
public RegionMap.Entry<V> next()
public boolean hasNext()
public RegionMap.Entries<V> iterator()
Copyright © 2012–2016. All rights reserved.