Class AnyVector.Iterator

java.lang.Object
io.opentimeline.OTIOObject
io.opentimeline.opentimelineio.AnyVector.Iterator
All Implemented Interfaces:
java.lang.AutoCloseable, java.util.Iterator<Any>
Enclosing class:
AnyVector

public class AnyVector.Iterator
extends OTIOObject
implements java.util.Iterator<Any>
  • Field Summary

    Fields inherited from class io.opentimeline.OTIOObject

    nativeManager
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    boolean hasPrevious()  
    Any next()  
    Any previous()  

    Methods inherited from class io.opentimeline.OTIOObject

    close, getNativeManager, hashCode

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.Iterator

    forEachRemaining, remove
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface java.util.Iterator<Any>
    • hasPrevious

      public boolean hasPrevious()
    • next

      public Any next()
      Specified by:
      next in interface java.util.Iterator<Any>
    • previous

      public Any previous()