Interface | Description |
---|---|
FieldIndex<T> |
An interface representing an index for
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 |
---|---|
ConcurrentHashSet<T> |
A concurrent hash set.
|
DirectedAcyclicGraph<T> |
A Directed Acyclic Graph (DAG).
|
DirectedAcyclicGraphNode<T> |
A Directed Acyclic Graph (DAG) node.
|
IndexDefinition<T> |
A class representing the definition of an index for this
IndexedSet . |
IndexedSet<T> |
A set of objects that are indexed and thus can be queried by specific fields of the object.
|
NonUniqueFieldIndex<T> |
A class representing a non-unique index.
|
Pair<T1,T2> |
A pair representation defined by two elements (of type First and type Second).
|
PrefixList |
Prefix list is used to do file filtering.
|
UniqueFieldIndex<T> |
A class representing a unique index.
|
Copyright © 2023. All Rights Reserved.