Class CompositeIterable<T>

  • All Implemented Interfaces:
    <T>

    public class CompositeIterable<T>
    extends 
    implements <T>
    • Method Summary

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

        , , , , , , , , , ,
      • Methods inherited from interface java.lang.

        ,
    • Constructor Detail

      • CompositeIterable

        public CompositeIterable​(<<T>> iterables)
      • CompositeIterable

        public CompositeIterable​(<<T>> iterables,
                                 int limit)
      • CompositeIterable

        public CompositeIterable​(<T>... iterables)
    • Method Detail

      • iterator

        public <T> iterator()
        Specified by:
         in interface <T>