| Interface | Description |
|---|---|
| IndexedSet.FieldIndex<T> |
An interface representing an index for this IndexedSet, each index for this set must implement
the interface to define how to get the value of the field chosen as the index.
|
| Class | Description |
|---|---|
| DirectedAcyclicGraph<T> |
A Directed Acyclic Graph (DAG).
|
| DirectedAcyclicGraphNode<T> |
A Directed Acyclic Graph (DAG) node.
|
| IndexedSet<T> |
A set of objects that are indexed and thus can be queried by specific fields of the object.
|
| Pair<T1,T2> |
A pair representation defined by two elements (of type First and type Second).
|
| PrefixList |
Prefix list is used by PinList and WhiteList to do file filtering.
|
Copyright © 2015. All Rights Reserved.