Class UnsortedTableMap.EntryIterable

  • All Implemented Interfaces:
    java.lang.Iterable<Entry<K,V>>
    Enclosing class:
    UnsortedTableMap<K,V>


    private class UnsortedTableMap.EntryIterable
    extends java.lang.Object
    implements java.lang.Iterable<Entry<K,V>>
    Iterator class for entries. Implements java.lang.Iterable.
    • Constructor Summary

      Constructors 
      Modifier Constructor and Description
      private EntryIterable() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Iterator<Entry<K,V>> iterator() 
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EntryIterable

        private EntryIterable()
    • Method Detail

      • iterator

        public java.util.Iterator<Entry<K,V>> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<Entry<K,V>>