Class CaseInsensitiveIntMap.Entries
java.lang.Object
com.github.tommyettinger.textra.utils.CaseInsensitiveIntMap.Entries
- All Implemented Interfaces:
- Iterable<CaseInsensitiveIntMap.Entry>,- Iterator<CaseInsensitiveIntMap.Entry>
- Enclosing class:
- CaseInsensitiveIntMap
public static class CaseInsensitiveIntMap.Entries
extends Object
implements Iterable<CaseInsensitiveIntMap.Entry>, Iterator<CaseInsensitiveIntMap.Entry>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliteratorMethods inherited from interface java.util.IteratorforEachRemaining, remove
- 
Field Details- 
hasNextpublic boolean hasNext
 
- 
- 
Constructor Details- 
Entries
 
- 
- 
Method Details- 
nextNote the same entry instance is returned each time this method is called.- Specified by:
- nextin interface- Iterator<CaseInsensitiveIntMap.Entry>
 
- 
hasNextpublic boolean hasNext()- Specified by:
- hasNextin interface- Iterator<CaseInsensitiveIntMap.Entry>
 
- 
iterator- Specified by:
- iteratorin interface- Iterable<CaseInsensitiveIntMap.Entry>
 
- 
resetpublic void reset()
- 
removepublic void remove()
 
-