Пример #1
0
 /// <summary>
 /// Init cursor with optional filter </summary>
 internal Scanner(EngagementStorage outerInstance, string key, object value)
 {
     this.outerInstance = outerInstance;
     this.key           = key;
     this.value         = value;
 }
Пример #2
0
 public LinkedHashMapAnonymousInnerClassHelper(EngagementStorage outerInstance)
 {
     this.outerInstance = outerInstance;
     serialVersionUID   = 1L;
 }