lazyEntries

protected abstract val lazyEntries: ThisBlock<LinkedHashSet<E>>(source)

For inheritors of Entries to implement.

Is invoked lazily once and converted into an immutable implementation of Set to utilize for the remainder of the runtime.