Class OrderedMap.ValueSetIterator<KK,​VV>

  • All Implemented Interfaces:
    java.util.Iterator<VV>
    Enclosing class:
    OrderedMap<K,​V>

    private final class OrderedMap.ValueSetIterator<KK,​VV>
    extends OrderedMap.KeyValueSetIterator<KK,​VV>
    implements java.util.Iterator<VV>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ValueSetIterator​(java.util.Iterator<java.util.Map.Entry<KK,​VV>> entryIter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VV next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, remove
    • Constructor Detail

      • ValueSetIterator

        private ValueSetIterator​(java.util.Iterator<java.util.Map.Entry<KK,​VV>> entryIter)
    • Method Detail

      • next

        public VV next()
        Specified by:
        next in interface java.util.Iterator<KK>