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