Class Iterables.Join<A>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  Iterables.Join.Iter<A>  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Iterable<? extends java.lang.Iterable<? extends A>> ias  
    • Constructor Summary

      Constructors 
      Constructor Description
      Join​(java.lang.Iterable<? extends java.lang.Iterable<? extends A>> ias)  
    • Method Summary

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

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

        forEach, spliterator
    • Field Detail

      • ias

        private final java.lang.Iterable<? extends java.lang.Iterable<? extends A>> ias
    • Constructor Detail

      • Join

        public Join​(java.lang.Iterable<? extends java.lang.Iterable<? extends A>> ias)
    • Method Detail

      • iterator

        public java.util.Iterator<A> iterator()