RandomQueuePolicy

constructor(initialContents: Collection<T> = emptyList())

Parameters

T

the type of entities in the queue

initialContents

the initial entities in the queue