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
    boolean hasNext  
  • Constructor Summary

    Constructors
    Constructor Description
    Entries​(CaseInsensitiveIntMap map)  
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    CaseInsensitiveIntMap.Entries iterator()  
    CaseInsensitiveIntMap.Entry next()
    Note the same entry instance is returned each time this method is called.
    void remove()  
    void reset()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator

    Methods inherited from interface java.util.Iterator

    forEachRemaining, remove