| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.collection.list |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FixedSizeList<E>
Decorates another
List to fix the size preventing add/remove. |
class |
GrowthList<E>
Decorates another
List to make it seamlessly grow when
indices larger than the list size are used on add and set,
avoiding most IndexOutOfBoundsExceptions. |
class |
LazyList<E>
Decorates another
List to create objects in the list on demand. |
Copyright © 2022. All rights reserved.