LinkedQueue

@NotThreadSafe
class LinkedQueue<T>(source)

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun add(item: T)
Link copied to clipboard
fun poll(): T?