Class CaseInsensitiveIntMap.Entries
java.lang.Object
com.github.tommyettinger.textra.utils.CaseInsensitiveIntMap.Entries
- All Implemented Interfaces:
java.lang.Iterable<CaseInsensitiveIntMap.Entry>,java.util.Iterator<CaseInsensitiveIntMap.Entry>
- Enclosing class:
- CaseInsensitiveIntMap
public static class CaseInsensitiveIntMap.Entries extends java.lang.Object implements java.lang.Iterable<CaseInsensitiveIntMap.Entry>, java.util.Iterator<CaseInsensitiveIntMap.Entry>
-
Field Summary
Fields Modifier and Type Field Description booleanhasNext -
Constructor Summary
Constructors Constructor Description Entries(CaseInsensitiveIntMap map) -
Method Summary
Modifier and Type Method Description booleanhasNext()CaseInsensitiveIntMap.Entriesiterator()CaseInsensitiveIntMap.Entrynext()Note the same entry instance is returned each time this method is called.voidremove()voidreset()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
hasNext
public boolean hasNext
-
-
Constructor Details
-
Entries
-
-
Method Details
-
next
Note the same entry instance is returned each time this method is called.- Specified by:
nextin interfacejava.util.Iterator<CaseInsensitiveIntMap.Entry>
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfacejava.util.Iterator<CaseInsensitiveIntMap.Entry>
-
iterator
- Specified by:
iteratorin interfacejava.lang.Iterable<CaseInsensitiveIntMap.Entry>
-
reset
public void reset() -
remove
public void remove()
-