Class AbstractAppendingInt64Buffer.Iterator
Inherited Members
Namespace: Lucene.Net.Util.Packed
Assembly: Lucene.Net.dll
Syntax
public sealed class AbstractAppendingInt64Buffer.Iterator
Properties
HasNext
Whether or not there are remaining values.
Declaration
public bool HasNext { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
Next()
Return the next long in the buffer.
Declaration
public long Next()
Returns
Type | Description |
---|---|
long |