Uses of Class
xyz.cofe.iter.BiProductIterable
-
Packages that use BiProductIterable Package Description xyz.cofe.iter Алгоритмы итерации -
-
Uses of BiProductIterable in xyz.cofe.iter
Methods in xyz.cofe.iter that return BiProductIterable Modifier and Type Method Description static <A,B>
BiProductIterable<A,B>BiProductIterable. of(Iterable<A> _1, Iterable<B> _2)Конструкторstatic <A,B>
BiProductIterable<A,B>BiProductIterable. of(Iterator<A> _1, Iterable<B> _2)Конструктор
-