Class AbstractAppendingInt64Buffer.Iterator
Inheritance
System.Object
AbstractAppendingInt64Buffer.Iterator
Namespace: Lucene.Net.Util.Packed
Assembly: Lucene.Net.dll
Syntax
public sealed class Iterator : object
Properties
| Improve this Doc View SourceHasNext
Whether or not there are remaining values.
Declaration
public bool HasNext { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceNext()
Return the next long in the buffer.
Declaration
public long Next()
Returns
Type | Description |
---|---|
System.Int64 |