Entries

abstract class Entries<E : Event<*, *, *>>

Abstraction for the Event implementation's companion object.

Functions are protected to selectively expose what is necessary by overriding and changing visibility to public along with the @JvmStatic annotation.

Parameters

numEvents

The number of event types to use as an initial capacity value for the LinkedHashSet supplied to lazyEntries.

Inheritors