public final class Collections3 extends Object
Modifier and Type | Method and Description |
---|---|
static <T> Collection<T> |
serializableCollection(elements : Collection<T>)
Replies a serializable collection.
|
@Pure public staticdef
serializableCollection(elements : Collection<T>) : Collection<T>with
<T>
Collections3
T
- - type of the elements in the collection.elements
- the set to transform as unmodifiable collection.Copyright © 2021 the original authors or authors.