Uses of Class
xyz.cofe.iter.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(java.lang.Iterable<A> _1, java.lang.Iterable<B> _2)Конструкторstatic <A, B> BiProductIterable<A,B>BiProductIterable. of(java.util.Iterator<A> _1, java.lang.Iterable<B> _2)Конструктор