public interface LongCursor extends Cursor<Long>, LongIterable
Cursor
iterating over primitive longs.Compatibility: Public
Modifier and Type | Method and Description |
---|---|
long |
nextLong()
Get the next value as a primitive long.
|
close, fast, fastNext, getRowCount, hasNext, next
iterator
long nextLong()
Cursor.next()
Copyright © 2013 GroupLens Research. All Rights Reserved.