EventBuffer

Spark icon
  • EventBuffer is a data structure that provides access to a list of events.

  • It has a public method called get which returns an Event object at a specified position.

  • EventBuffer inherits various methods from AbstractDataBuffer, DataBuffer, Iterable, Releasable, Closeable, AutoCloseable, and Object classes.

public final class EventBuffer extends AbstractDataBuffer<Event>

Data structure providing access to a list of events.

Public Method Summary

Event
get(int position)

Inherited Method Summary

Public Methods

public Event get (int position)

Morty Proxy This is a proxified and sanitized view of the page, visit original site.