Class UnicodeMap.EntrySetX

  • All Implemented Interfaces:
    java.lang.Iterable<java.util.Map.Entry<java.lang.String,​T>>
    Enclosing class:
    UnicodeMap<T>

    private class UnicodeMap.EntrySetX
    extends java.lang.Object
    implements java.lang.Iterable<java.util.Map.Entry<java.lang.String,​T>>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EntrySetX()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<java.util.Map.Entry<java.lang.String,​T>> iterator()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • EntrySetX

        private EntrySetX()
    • Method Detail

      • iterator

        public java.util.Iterator<java.util.Map.Entry<java.lang.String,​T>> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<java.util.Map.Entry<java.lang.String,​T>>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object