Esempio n. 1
0
 public PropertySortedEventTable(PropertySortedEventTableFactory factory)
 {
     this.factory = factory;
 }
Esempio n. 2
0
 public PropertySortedEventTableImpl(PropertySortedEventTableFactory factory)
     : base(factory)
 {
     propertyIndex = new OrderedListDictionary<object, ISet<EventBean>>();
     nullKeyedValues = new LinkedHashSet<EventBean>();
 }