Class EmptyOrderedMapIterator

    • Field Detail

      • INSTANCE

        public static final OrderedMapIterator 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.