Class ObjectMap.Entries<K,​V>

  • All Implemented Interfaces:
    java.lang.Iterable<ObjectMap.Entry<K,​V>>, java.util.Iterator<ObjectMap.Entry<K,​V>>
    Enclosing class:
    ObjectMap<K,​V>

    public static class ObjectMap.Entries<K,​V>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Entries​(ObjectMap<K,​V> map)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      ObjectMap.Entries<K,​V> iterator()  
      ObjectMap.Entry<K,​V> next()
      Note the same entry instance is returned each time this method is called.
      • 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
    • Constructor Detail

    • Method Detail

      • next

        public ObjectMap.Entry<K,​V> next()
        Note the same entry instance is returned each time this method is called.
      • hasNext

        public boolean hasNext()