Package squidpony.squidgrid.gui.gdx
Class SparseTextMap.Entries
java.lang.Object
squidpony.squidgrid.gui.gdx.SparseTextMap.Entries
- All Implemented Interfaces:
Iterable<SparseTextMap.Entry>
,Iterator<SparseTextMap.Entry>
- Enclosing class:
- SparseTextMap
public static class SparseTextMap.Entries extends Object implements Iterable<SparseTextMap.Entry>, Iterator<SparseTextMap.Entry>
-
Field Summary
Fields Modifier and Type Field Description boolean
hasNext
-
Constructor Summary
Constructors Constructor Description Entries(SparseTextMap map)
-
Method Summary
Modifier and Type Method Description boolean
hasNext()
Iterator<SparseTextMap.Entry>
iterator()
SparseTextMap.Entry
next()
Note the same entry instance is returned each time this method is called.void
remove()
void
reset()
-
Field Details
-
hasNext
public boolean hasNext
-
-
Constructor Details
-
Method Details
-
next
Note the same entry instance is returned each time this method is called.- Specified by:
next
in interfaceIterator<SparseTextMap.Entry>
-
hasNext
- Specified by:
hasNext
in interfaceIterator<SparseTextMap.Entry>
-
iterator
- Specified by:
iterator
in interfaceIterable<SparseTextMap.Entry>
-
remove
- Specified by:
remove
in interfaceIterator<SparseTextMap.Entry>
-
reset
public void reset()
-