| 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.
|
| ByteGapList
ByteGapList combines the strengths of both ArrayList and LinkedList.
|
| CharGapList
CharGapList combines the strengths of both ArrayList and LinkedList.
|
| DoubleGapList
DoubleGapList combines the strengths of both ArrayList and LinkedList.
|
| FloatGapList
FloatGapList combines the strengths of both ArrayList and LinkedList.
|
| IntGapList
IntGapList combines the strengths of both ArrayList and LinkedList.
|
| LongGapList
LongGapList combines the strengths of both ArrayList and LinkedList.
|
| ShortGapList
ShortGapList combines the strengths of both ArrayList and LinkedList.
|