Class | Description |
---|---|
DynamicList |
A List that "dynamically" creates its elements.
|
Flags |
Put all flags in this class in order to reduce condition checks in frequently invoked method such as
hasNext() . |
Preconditions |
Simple static methods to be called at the start of your own methods to verify
correct arguments and state.
|
ThreadID |
This thread ID scheme works well with fixed thread number
and reusable ParIterator.
|
TLocal<E> |
This class works similar to the standard ThreadLocal but with
global control.
|
VMSpec |
Author: xiaoxing
Date: 13/05/13
|
Enum | Description |
---|---|
Flags.Flag |