Searched defs:iterators (Results 1 – 6 of 6) sorted by relevance
8 private Iterator<T>[] iterators; field in DelegatingIterator12 public DelegatingIterator(Iterator<T>... iterators) { in DelegatingIterator()62 Iterator<T>[] iterators = new Iterator[iterables.length]; in iterator() local
36 List<Iterator<V>> iterators = new ArrayList<Iterator<V>>(); field in With209 public static <V> With<V> in(Iterator<V>... iterators) { in in()265 public With<V> and(Iterator<V>... iterators) { in and()286 public With<V> and(SimpleIterator<V>... iterators) { in and()
12 private List<Iterator<T>> iterators = new ArrayList<Iterator<T>>(); field in Iterables
362 std::tuple<Iters...> iterators; variable369 template <size_t... Ns> decltype(iterators) tup_inc(index_sequence<Ns...>) { in decltype() argument
170 def _interleave(self, iterators, cycle_length): argument314 def _interleave(self, iterators, cycle_length): argument
125 def __init__(self, input_workers, iterators): argument