| Class | Description |
|---|---|
| ArrayQueue<T> |
A Queue implementation that does not remove items when "drained," but instead, simply makes use of a counter.
|
| AsMap |
The current object at a named step in a PipesFluentPipeline can be accessed via AsMap.
|
| Pair<A,B> |
A pair of objects.
|
| Row<T> |
A row with column names and table-style access patterns.
|
| Table |
A Table is a collection of rows with various table-style access methods.
|
| Tree<T> |
A Tree can be seen as an embedded Map object with various tree-like access methods.
|
Copyright © 2010-2014. All Rights Reserved.