Class | Description |
---|---|
ArrayHelper |
Provides additional helper methods for array handling.
|
CollectionHelper | |
IteratorHelper | |
NonBlockingStack<ELEMENTTYPE> |
A version of a stack that does not use
Vector but an
CommonsArrayList as the underlying data structure as opposed to
Stack . |
PrimitiveCollectionHelper |
Collection helper for primitive data types (boolean, byte, char, double,
float, int, long and short).
|
StackHelper |
Enum | Description |
---|---|
ECollectionBaseType |
This enum differentiates the different meta container types.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.