public static class SparseTextMap.Entries extends java.lang.Object implements java.lang.Iterable<SparseTextMap.Entry>, java.util.Iterator<SparseTextMap.Entry>
| Constructor and Description |
|---|
Entries(SparseTextMap map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.util.Iterator<SparseTextMap.Entry> |
iterator() |
SparseTextMap.Entry |
next()
Note the same entry instance is returned each time this method is called.
|
void |
remove() |
public Entries(SparseTextMap map)
public SparseTextMap.Entry next()
next in interface java.util.Iterator<SparseTextMap.Entry>public boolean hasNext()
hasNext in interface java.util.Iterator<SparseTextMap.Entry>public java.util.Iterator<SparseTextMap.Entry> iterator()
iterator in interface java.lang.Iterable<SparseTextMap.Entry>public void remove()
remove in interface java.util.Iterator<SparseTextMap.Entry>Copyright © Eben Howard 2012–2022. All rights reserved.