Uses of Class
org.apache.commons.collections4.list.FixedSizeList
Packages that use FixedSizeList
-
Uses of FixedSizeList in org.apache.commons.collections4.list
Methods in org.apache.commons.collections4.list that return FixedSizeListModifier and TypeMethodDescriptionstatic <E> FixedSizeList
<E> FixedSizeList.fixedSizeList
(List<E> list) Factory method to create a fixed size list.