Package | Description |
---|---|
cn.orionsec.kit.lang.define.collect | |
cn.orionsec.kit.lang.utils.collect |
Modifier and Type | Method and Description |
---|---|
static <E> MutableLinkedList<E> |
MutableLinkedList.create() |
static <E> MutableLinkedList<E> |
MutableLinkedList.create(Collection<? extends E> c) |
Modifier and Type | Method and Description |
---|---|
static <E> MutableLinkedList<E> |
Lists.newMutableLinkedList() |
static <E> MutableLinkedList<E> |
Lists.newMutableLinkedList(Collection<? extends E> c) |
Copyright © 2024. All rights reserved.