Class HashtableIterator

  • All Implemented Interfaces:
    Iterator4

    public class HashtableIterator
    extends java.lang.Object
    implements Iterator4
    • Constructor Detail

    • Method Detail

      • current

        public java.lang.Object current()
        Specified by:
        current in interface Iterator4
      • moveNext

        public boolean moveNext()
        Specified by:
        moveNext in interface Iterator4
      • reset

        public void reset()
        Specified by:
        reset in interface Iterator4