| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
Array.asList(T... a)
Returns a fixed-size list backed by the specified array if it's not null or empty, otherwise an immutable empty list is returned.
|
Copyright © 2021. All rights reserved.