| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.collection.list |
| 限定符和类型 | 方法和说明 |
|---|---|
static <E> LazyList<E> |
LazyList.lazyList(List<E> list,
Supplier0<? extends E> factory)
Factory method to create a lazily instantiating list.
|
static <E> LazyList<E> |
LazyList.lazyList(List<E> list,
Transformer<Integer,? extends E> transformer)
Transformer method to create a lazily instantiating list.
|
Copyright © 2022. All rights reserved.