iterator to collection.iterator to collection.iterator to collection.iterator to collection.iterator as an Iterable.Set from an array of items.anSet from an array of items.Set from an array of items.Iterator which lazily fetches and caches items from the
underlying iterator when items are requested.source as its underlying
Iterator to get items lazily from.Iterables, making them look like they were
one big iterable.Iterators, making them look like they were
one big iterator.iterator by looping
through it.iterable by looping through it.iterator by looping
through it.CachingIterator.next()/CachingIterator.previous().null if no
element found.null if no
element found.Map of key/value pairs.Map.CachingIterator.next() will be able to return
an item or not.CachingIterator.previous() will be able to
return an item or not.Iterable so that it returns items of another type.Iterator so that it returns items of another type.null if no
element found.null if no
element found.ResourceIterable, or rather
ResourceIterators spawned from it.Iterable which can limit the number
of items returned from iterators it spawns.Iterator.source
and if limit items have been returned the next PrefetchingIterator.hasNext()
will return false.Map from an InputStream assuming strings as keys
and values.Map from an InputStream assuming strings as keys
and values.Iterator.Maps.CachingIterator.position().PrefetchingIterator.hasNext() to try to fetch the next item and returns it
if found, otherwise it throws a NoSuchElementException.Iterator instance which exposes the current page
as its own iterator, which fetches items lazily from the underlying
iterator.Pair.pair(Object, Object).Maps.CachingIterator which can more easily divide the items
into pages, where optionally each page can be seen as its own
Iterator instance for convenience using PagingIterator.nextPage().source as its underlying
Iterator to lazily get items from.PrefetchingIterator.hasNext() method will look up the next object and
cache it.ResourceIterable so that it returns items of another type.itemIfNone if no
element found.itemIfNone if no
element found.null if no
element found.null if no
element found.Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.