public final class StoreSessionProxy.ValuesIterator extends Object implements Iterable<PointValue>, Iterator<PointValue>
Modifier and Type | Method and Description |
---|---|
StoreValues |
getStoreValues()
Gets the store values.
|
boolean |
hasNext() |
Iterator<PointValue> |
iterator() |
PointValue |
next() |
void |
remove() |
@Nonnull @CheckReturnValue public StoreValues getStoreValues()
public boolean hasNext()
hasNext
in interface Iterator<PointValue>
public Iterator<PointValue> iterator()
iterator
in interface Iterable<PointValue>
public PointValue next()
next
in interface Iterator<PointValue>
public void remove()
remove
in interface Iterator<PointValue>
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.