Package com.corundumstudio.socketio.misc
Class CompositeIterable<T>
java.lang.Object
com.corundumstudio.socketio.misc.CompositeIterable<T>
- All Implemented Interfaces:
Iterable<T>
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeIterable(CompositeIterable<T> iterable) CompositeIterable(Iterable<T>... iterables) CompositeIterable(List<Iterable<T>> iterables) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator