public final class Lists
extends java.lang.Object
List.| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.List<T> |
copy(java.util.Collection<? extends T> original)
Static helper for creating an immutable copy of the given collection.
|
public static <T> java.util.List<T> copy(java.util.Collection<? extends T> original)
T - type of elements in the collectionoriginal - collection to copyCopyright © 2021 Contrast Security, Inc.. All rights reserved.