Click or drag to resize

com.espertech.esper.collection Namespace

[Missing <summary> documentation for "N:com.espertech.esper.collection"]

Classes
  ClassDescription
Public classFIFOHashSetT
FIFOHashSet is a collection that : "set" principals. Members of a set are unique and can only occur once. Additionally, iteration of the set is governed by first-in first-out principal. This means that the order in which items are added to the set is preserved through iteration.