Kactoos

kactoos-jvm / nnl.rocks.kactoos.collection / Solid

Solid

class Solid<out T : Any> : CollectionEnvelope<T>

A Collection that is both synchronized and sticky.

Objects of this class are thread-safe.

Parameters

T - List type

See Also

Sticky

Since 0.4

Constructors

Name Summary
<init> Solid(source: Collection<T>)
Solid(vararg args: T)
Solid(iterable: Iterable<T>)

Inherited Functions

Name Summary
iterator open fun iterator(): Iterator<X>