psdi.iface.mic

Class StructureObjectIterator

  • java.lang.Object
    • psdi.iface.mic.StructureObjectIterator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean hasNext()
      Has next element in iteration
      java.lang.Object next()
      Return next element
      void remove()
      Remove from iterator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Constructor Detail

      • StructureObjectIterator

        public StructureObjectIterator()
        Default Constructor
      • StructureObjectIterator

        public StructureObjectIterator(java.util.Iterator ir)
        Constructor
        Parameters:
        ir - Original Itearator.
    • Method Detail

      • remove

        public void remove()
        Remove from iterator
        Specified by:
        remove in interface java.util.Iterator
      • hasNext

        public boolean hasNext()
        Has next element in iteration
        Specified by:
        hasNext in interface java.util.Iterator
      • next

        public java.lang.Object next()
        Return next element
        Specified by:
        next in interface java.util.Iterator
        Returns:
        next object