FixedSizeList
interface.See: Description
Class | Description |
---|---|
AbstractArrayAdapter<T> | |
AbstractMemoryEfficientMutableList<T> | |
ArrayAdapter<T> |
This class provides a MutableList wrapper around an array.
|
FixedSizeListFactoryImpl | |
FixedSizeListIteratorAdapter<T> |
FixedSizeList
interface.
A FixedSizeList
is a list that may be mutated, but cannot grow or shrink in size.
Copyright © 2004–2016. All rights reserved.