| AbstractEnumerable |
Abstract implementation of the Enumerable interface that
implements the extension methods.
|
| AbstractEnumerable2 |
Abstract implementation of the Enumerable
interface that implements the extension methods.
|
| AbstractQueryable |
Abstract implementation of the Queryable interface that implements
the extension methods.
|
| BaseQueryable |
|
| CartesianProductEnumerator |
Enumerator over the cartesian product of enumerators.
|
| CorrelateJoinType |
Specifies the type of correlation operation: inner, left, semi, or anti.
|
| DefaultEnumerable |
Implementation of the Enumerable interface
that implements the extension methods by calling into the Extensions
class.
|
| DefaultQueryable |
Implementation of the Queryable interface that
implements the extension methods by calling into the Extensions
class.
|
| Enumerable |
Exposes the enumerator, which supports a simple iteration over a collection.
|
| EnumerableDefaults.Wrapped |
Value wrapped with a comparer.
|
| EnumerableQueryable |
|
| Enumerator |
Supports a simple iteration over a collection.
|
| ExtendedEnumerable |
|
| ExtendedOrderedEnumerable |
|
| ExtendedOrderedQueryable |
|
| ExtendedQueryable |
Extension methods in Queryable.
|
| Grouping |
Represents a collection of objects that have a common key.
|
| Linq4j.CollectionEnumerable |
Collection enumerable.
|
| Linq4j.IterableEnumerable |
Iterable enumerable.
|
| Lookup |
Represents a collection of keys each mapped to one or more values.
|
| LookupImpl |
Implementation of Lookup that uses an underlying map.
|
| OpType |
Operator type.
|
| Ord |
Pair of an element and an ordinal.
|
| Ord.OrdList |
List of Ord backed by a list of elements.
|
| OrderedEnumerable |
Represents the result of applying a sorting operation to an
Enumerable.
|
| OrderedQueryable |
Represents the result of applying a sorting operation to a Queryable.
|
| Queryable |
Provides functionality to evaluate queries against a specific data source
wherein the type of the data is known.
|
| QueryableDefaults.Replayable |
Replayable.
|
| QueryableDefaults.ReplayableQueryable |
Replayable queryable.
|
| QueryableFactory |
|
| QueryableRecorder |
|
| QueryProvider |
Defines methods to create and execute queries that are described by a
Queryable object.
|
| QueryProviderImpl |
|
| RawEnumerable |
Exposes the enumerator, which supports a simple iteration over a collection,
without the extension methods.
|
| RawQueryable |
|