| Package | Description |
|---|---|
| org.magicwerk.brownies.collections.primitive |
This packages contains implementations of GapList for primitive data types.
|
| Class and Description |
|---|
| BooleanGapList
BooleanGapList combines the strengths of both ArrayList and LinkedList.
|
| BooleanObjGapList
BooleanObjGapList implements the List interface and uses an instance
of BooleanGapList for storage.
|
| ByteGapList
ByteGapList combines the strengths of both ArrayList and LinkedList.
|
| ByteObjGapList
ByteObjGapList implements the List interface and uses an instance
of ByteGapList for storage.
|
| CharGapList
CharGapList combines the strengths of both ArrayList and LinkedList.
|
| CharObjGapList
CharObjGapList implements the List interface and uses an instance
of CharGapList for storage.
|
| DoubleGapList
DoubleGapList combines the strengths of both ArrayList and LinkedList.
|
| DoubleObjGapList
DoubleObjGapList implements the List interface and uses an instance
of DoubleGapList for storage.
|
| FloatGapList
FloatGapList combines the strengths of both ArrayList and LinkedList.
|
| FloatObjGapList
FloatObjGapList implements the List interface and uses an instance
of FloatGapList for storage.
|
| IBooleanList
GapList combines the strengths of both ArrayList and LinkedList.
|
| IByteList
GapList combines the strengths of both ArrayList and LinkedList.
|
| ICharList
GapList combines the strengths of both ArrayList and LinkedList.
|
| IDoubleList
GapList combines the strengths of both ArrayList and LinkedList.
|
| IFloatList
GapList combines the strengths of both ArrayList and LinkedList.
|
| IIntList
GapList combines the strengths of both ArrayList and LinkedList.
|
| ILongList
GapList combines the strengths of both ArrayList and LinkedList.
|
| IntGapList
IntGapList combines the strengths of both ArrayList and LinkedList.
|
| IntObjGapList
IntObjGapList implements the List interface and uses an instance
of IntGapList for storage.
|
| IShortList
GapList combines the strengths of both ArrayList and LinkedList.
|
| LongGapList
LongGapList combines the strengths of both ArrayList and LinkedList.
|
| LongObjGapList
LongObjGapList implements the List interface and uses an instance
of LongGapList for storage.
|
| ShortGapList
ShortGapList combines the strengths of both ArrayList and LinkedList.
|
| ShortObjGapList
ShortObjGapList implements the List interface and uses an instance
of ShortGapList for storage.
|