![]() | Collections Class |
Namespace: com.espertech.esper.compat.collections
public static class Collections
The Collections type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AreEqualT(ICollectionT, Void) | |
![]() ![]() | AreEqualT(IEnumeratorT, Void) | |
![]() ![]() | AreEqualT(T, T) |
Compares two collections of objects. The objects must share the same generic
parameter, but can be of different collections.
|
![]() ![]() | ArrayT | |
![]() ![]() | CheckedContainsT | |
![]() ![]() | CheckedContainsKeyTK, TV | |
![]() ![]() | GetEmptyDataMap | |
![]() ![]() | GetEmptyEnumeratorT |
Returns an empty enumerator for type T.
|
![]() ![]() | GetEmptyListT |
Returns an empty IList for type T.
|
![]() ![]() | GetEmptyMapK, V |
Returns an empty IDictionary for type K,V
|
![]() ![]() | GetEmptySetT |
Returns an empty collection for type T.
|
![]() ![]() | GetHashCodeT | |
![]() ![]() | ListT | |
![]() ![]() | NextT | |
![]() ![]() | ReadonlyListT | |
![]() ![]() | SetT |
Creates a set from the inputs.
|
![]() ![]() | ShuffleT(IListT) | |
![]() ![]() | ShuffleT(IListT, Void) | |
![]() ![]() | ShuffleT(IListT, Void, T) | |
![]() ![]() | SingletonDataMap | |
![]() ![]() | SingletonListT | |
![]() ![]() | SingletonMapTK, TV | |
![]() ![]() | SingletonSetT |
Creates a singleton set.
|
![]() ![]() | SortInPlaceT(IListT) | |
![]() ![]() | SortInPlaceT(IListT, Void) | |
![]() ![]() | ToArrayT |
Name | Description | |
---|---|---|
![]() ![]() | EmptyDataMap |