See: Description
| Class | Description |
|---|---|
| BooleanGapList |
BooleanGapList is a variation of GapList which uses primitive
values for storage.
|
| BooleanObjGapList |
BooleanObjGapList implements the List interface and uses an instance
of BooleanGapList for storage.
|
| ByteGapList |
ByteGapList is a variation of GapList which uses primitive
values for storage.
|
| ByteObjGapList |
ByteObjGapList implements the List interface and uses an instance
of ByteGapList for storage.
|
| CharGapList |
CharGapList is a variation of GapList which uses primitive
values for storage.
|
| CharObjGapList |
CharObjGapList implements the List interface and uses an instance
of CharGapList for storage.
|
| DoubleGapList |
DoubleGapList is a variation of GapList which uses primitive
values for storage.
|
| DoubleObjGapList |
DoubleObjGapList implements the List interface and uses an instance
of DoubleGapList for storage.
|
| FloatGapList |
FloatGapList is a variation of GapList which uses primitive
values for storage.
|
| FloatObjGapList |
FloatObjGapList implements the List interface and uses an instance
of FloatGapList for storage.
|
| IntGapList |
IntGapList is a variation of GapList which uses primitive
values for storage.
|
| IntObjGapList |
IntObjGapList implements the List interface and uses an instance
of IntGapList for storage.
|
| LongGapList |
LongGapList is a variation of GapList which uses primitive
values for storage.
|
| LongObjGapList |
LongObjGapList implements the List interface and uses an instance
of LongGapList for storage.
|
| ShortGapList |
ShortGapList is a variation of GapList which uses primitive
values for storage.
|
| ShortObjGapList |
ShortObjGapList implements the List interface and uses an instance
of ShortGapList for storage.
|