Searched defs:toIterator (Results 1 – 5 of 5) sorted by relevance
171 void apply(Iterator<Entry<K, V>> fromIterator, Iterator<Entry<K, V>> toIterator, int chunkSize); in apply()188 Iterator<Entry<K, V>> toIterator = map.entrySet().iterator(); in withChunk() local
351 public static <T> Iterator<T> toIterator(SimpleIterator<T> simple) { in toIterator() method in With
501 static iterator toIterator(T &N) { return iterator(&N); } in toIterator() function502 static const_iterator toIterator(const T &N) { return const_iterator(&N); } in toIterator() function
616 static iterator toIterator(T &N) { return iterator(&N); } in toIterator() function617 static const_iterator toIterator(const T &N) { return const_iterator(&N); } in toIterator() function
643 static iterator toIterator(T &N) { return iterator(&N); } in toIterator() function644 static const_iterator toIterator(const T &N) { return const_iterator(&N); } in toIterator() function