T - The type of value in the iterator.public class CursorIterator<T> extends Object implements Iterator<T>
Iterable.iterator().| Constructor and Description |
|---|
CursorIterator(Cursor<T> cur)
Construct a new iterator from a cursor.
|
Copyright © 2013 GroupLens Research. All Rights Reserved.