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 staticdefserializableCollection(elements : Collection<T>) : Collection<T>with<T>
Collections3T - - type of the elements in the collection.elements - the set to transform as unmodifiable collection.Copyright © 2021 the original authors or authors.