kactoos-jvm / nnl.rocks.kactoos.collection / Solid
class Solid<out T :
Any
> :
CollectionEnvelope
<
T
>
A Collection that is both synchronized and sticky.
Objects of this class are thread-safe.
T
- List type
See Also
Since 0.4
Name | Summary |
---|---|
<init> | Solid(source: Collection < T >) Solid(vararg args: T ) Solid(iterable: Iterable < T >) |
Name | Summary |
---|---|
iterator | open fun iterator(): Iterator < X > |