Class IterableProviderImpl.HandleIterable<U>

  • All Implemented Interfaces:
    java.lang.Iterable<ServiceHandle<U>>
    Enclosing class:
    IterableProviderImpl<T>

    private static class IterableProviderImpl.HandleIterable<U>
    extends java.lang.Object
    implements java.lang.Iterable<ServiceHandle<U>>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<ServiceHandle<U>> handles  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator<ServiceHandle<U>> iterator()  
      • Methods inherited from class java.lang.Object

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

        forEach, spliterator
    • Constructor Detail

      • HandleIterable

        private HandleIterable​(java.util.List<ServiceHandle<U>> handles)
    • Method Detail

      • iterator

        public java.util.Iterator<ServiceHandle<U>> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<U>