Interface ComponentIterator<T extends ComponentIterator.Next>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  ComponentIterator.Next
      This interface exposes external iteration on components.
    • Method Detail

      • first

        T first()
        Get the first component of the iteration, or null if there are no components.

        The object returned will implement both ComponentIterator.Next, and one of the ReadableComponent or WritableComponent interfaces.

        Returns:
        The first component of the iteration, or null if there are no components.