Class SingleValueIterator

  • All Implemented Interfaces:
    Iterator4

    public class SingleValueIterator
    extends java.lang.Object
    implements Iterator4
    • Constructor Summary

      Constructors 
      Constructor Description
      SingleValueIterator​(java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object current()  
      boolean moveNext()  
      void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SingleValueIterator

        public SingleValueIterator​(java.lang.Object value)
    • 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