Esempio n. 1
0
 public IndexProgressor_NodeValueClientAnonymousInnerClass(QueryResultComparingIndexReader outerInstance, Org.Neo4j.Storageengine.Api.schema.IndexProgressor_NodeValueClient client, IndexOrder indexOrder, bool needsValues, IndexQuery[] query, PrimitiveLongResourceIterator otherResult)
 {
     this.outerInstance = outerInstance;
     this._client       = client;
     this._indexOrder   = indexOrder;
     this._needsValues  = needsValues;
     this._query        = query;
     this._otherResult  = otherResult;
 }
Esempio n. 2
0
 public PrimitiveLongBaseResourceIteratorAnonymousInnerClass(QueryResultComparingIndexReader outerInstance, PrimitiveLongResourceIterator mainResult, NodeValueIterator otherResult) : base(mainResult)
 {
     this.outerInstance = outerInstance;
     this._mainResult   = mainResult;
     this._otherResult  = otherResult;
 }