Package | Description |
---|---|
org.apache.commons.collections4.list |
This package contains implementations of the
List interface. |
Modifier and Type | Method and Description |
---|---|
static <E> LazyList<E> |
LazyList.lazyList(List<E> list,
Factory<? 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 © 2001–2019 The Apache Software Foundation. All rights reserved.