flywave-mapview.ringbuffer.iterator.next
Home > @flywave/flywave-mapview > RingBuffer > Iterator > next
RingBuffer.Iterator.next() method
Advances the iterator to the next element.
Signature:
next(): boolean;
Returns:
boolean
`true` if the iterator is still valid; `false` if an overrun occurs.