Class EmptyMapIterator

  • All Implemented Interfaces:
    java.util.Iterator, MapIterator, ResettableIterator

    @Deprecated(since="2021-04-30")
    public class EmptyMapIterator
    extends java.lang.Object
    implements MapIterator, ResettableIterator
    Deprecated.
    Commons Collections 3 is in maintenance mode. Commons Collections 4 should be used instead.
    Provides an implementation of an empty map iterator.
    Since:
    Commons Collections 3.1
    • Field Detail

      • INSTANCE

        public static final MapIterator INSTANCE
        Deprecated.
        Singleton instance of the iterator.
        Since:
        Commons Collections 3.1
    • Method Detail

      • hasNext

        public boolean hasNext()
        Deprecated.
      • next

        public java.lang.Object next()
        Deprecated.
      • hasPrevious

        public boolean hasPrevious()
        Deprecated.
      • previous

        public java.lang.Object previous()
        Deprecated.
      • nextIndex

        public int nextIndex()
        Deprecated.
      • previousIndex

        public int previousIndex()
        Deprecated.
      • add

        public void add​(java.lang.Object obj)
        Deprecated.
      • set

        public void set​(java.lang.Object obj)
        Deprecated.
      • remove

        public void remove()
        Deprecated.
      • getKey

        public java.lang.Object getKey()
        Deprecated.
      • getValue

        public java.lang.Object getValue()
        Deprecated.
      • setValue

        public java.lang.Object setValue​(java.lang.Object value)
        Deprecated.
      • reset

        public void reset()
        Deprecated.