| 程序包 | 说明 |
|---|---|
| cn.ponfee.commons.collect | |
| cn.ponfee.commons.tree |
| 限定符和类型 | 方法和说明 |
|---|---|
ImmutableArrayList<E> |
ImmutableArrayList.concat(E last) |
static <T> ImmutableArrayList<T> |
ImmutableArrayList.of()
Returns an empty list
|
static <T> ImmutableArrayList<T> |
ImmutableArrayList.of(List<T> list) |
static <T> ImmutableArrayList<T> |
ImmutableArrayList.of(List<T> list,
T last) |
static <T> ImmutableArrayList<T> |
ImmutableArrayList.of(T... array) |
static <T> ImmutableArrayList<T> |
ImmutableArrayList.of(T[] array,
T last) |
ImmutableArrayList<E> |
ImmutableArrayList.subList(int fromIndex,
int toIndex) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
NodePath<T extends Serializable & Comparable<T>>
Representing immutable node path array
|
Copyright © 2023. All rights reserved.