Class AbstractAppendingInt64Buffer.Iterator
Inheritance
System.Object
AbstractAppendingInt64Buffer.Iterator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Util.Packed
Assembly: Lucene.Net.dll
Syntax
public sealed class Iterator
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 |