Click or drag to resize

Collections Class

Provides additional functions that are useful when operating on collections.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.collectionsCollections

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static class Collections

The Collections type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAreEqualT(ICollectionT, Void)
Public methodStatic memberAreEqualT(IEnumeratorT, Void)
Public methodStatic memberAreEqualT(T, T)
Compares two collections of objects. The objects must share the same generic parameter, but can be of different collections.
Public methodStatic memberArrayT
Public methodStatic memberCheckedContainsT
Public methodStatic memberCheckedContainsKeyTK, TV
Public methodStatic memberGetEmptyDataMap
Public methodStatic memberGetEmptyEnumeratorT
Returns an empty enumerator for type T.
Public methodStatic memberGetEmptyListT
Returns an empty IList for type T.
Public methodStatic memberGetEmptyMapK, V
Returns an empty IDictionary for type K,V
Public methodStatic memberGetEmptySetT
Returns an empty collection for type T.
Public methodStatic memberGetHashCodeT
Public methodStatic memberListT
Public methodStatic memberNextT
Public methodStatic memberReadonlyListT
Public methodStatic memberSetT
Creates a set from the inputs.
Public methodStatic memberShuffleT(IListT)
Public methodStatic memberShuffleT(IListT, Void)
Public methodStatic memberShuffleT(IListT, Void, T)
Public methodStatic memberSingletonDataMap
Public methodStatic memberSingletonListT
Public methodStatic memberSingletonMapTK, TV
Public methodStatic memberSingletonSetT
Creates a singleton set.
Public methodStatic memberSortInPlaceT(IListT)
Public methodStatic memberSortInPlaceT(IListT, Void)
Public methodStatic memberToArrayT
Top
Fields
  NameDescription
Public fieldStatic memberEmptyDataMap
Top
See Also