flywave-mapview.ringbuffer.iterator
Home > @flywave/flywave-mapview > RingBuffer > Iterator
RingBuffer.Iterator class
A local class for RingBuffer<T>
Signature:
class Iterator<T>
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Creates an iterator for the ring buffer. |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| T | Gets the iterator's current value. This function does not fail even if an overrun occurs. To detect an overrun, watch the result for [[next]]. |
Methods
Method | Modifiers | Description |
|---|---|---|
Advances the iterator to the next element. |