Class | Description |
---|---|
BlockedRange<T extends BlockedRange<T>> |
Base interface for ranges
|
BlockedRange1D |
1 dimensional block range.
|
BlockedRange2D |
2 dimensional range.
|
ConcurrentCollectionFactory | |
Range |
This class provides a interface for parallel for parameters
|
Exception | Description |
---|---|
EmptyException |
Exception: Throw this if the data structure is empty
|
FullException |
Exception: If a bounded datastructure is full this exception will be thrown
|