Provides implementation classes for compiled expressions.
-
class
Implementation of
TupleList
that stores tuples end-to-end in an array.
class
Implementation of
TupleList
based on a list of
List<Member>
tuples.
class
Implementation of
TupleList
that stores tuples
end-to-end in a backing list.