コード例 #1
0
 public Int64BinaryDocValuesAnonymousInnerClassHelper2(Lucene45DocValuesProducer outerInstance, Lucene45DocValuesProducer.BinaryEntry bytes, IndexInput data, MonotonicBlockPackedReader addresses)
 {
     this.outerInstance = outerInstance;
     this.bytes         = bytes;
     this.data          = data;
     this.addresses     = addresses;
 }
コード例 #2
0
 public Int64BinaryDocValuesAnonymousInnerClassHelper(Lucene45DocValuesProducer.BinaryEntry bytes, IndexInput data)
 {
     this.bytes = bytes;
     this.data  = data;
 }
コード例 #3
0
 public Int64BinaryDocValuesAnonymousClass2(Lucene45DocValuesProducer.BinaryEntry bytes, IndexInput data, MonotonicBlockPackedReader addresses)
 {
     this.bytes     = bytes;
     this.data      = data;
     this.addresses = addresses;
 }