Ejemplo n.º 1
0
			internal CountingStream(TestMultiLevelSkipList enclosingInstance, IndexInput input)
			{
				InitBlock(enclosingInstance);
				this.input = input;
			}
Ejemplo n.º 2
0
 internal CountingStream(TestMultiLevelSkipList enclosingInstance, IndexInput input)
 {
     InitBlock(enclosingInstance);
     this.input = input;
 }
Ejemplo n.º 3
0
			private void  InitBlock(TestMultiLevelSkipList enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}
Ejemplo n.º 4
0
 private void  InitBlock(TestMultiLevelSkipList enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
Ejemplo n.º 5
0
 public CountingRAMDirectory(TestMultiLevelSkipList outerInstance, Directory @delegate)
     : base(Random(), @delegate)
 {
     this.OuterInstance = outerInstance;
 }
Ejemplo n.º 6
0
 internal CountingStream(TestMultiLevelSkipList outerInstance, IndexInput input)
     : base("CountingStream(" + input + ")")
 {
     this.OuterInstance = outerInstance;
     this.Input = input;
 }
Ejemplo n.º 7
0
 public CountingRAMDirectory(TestMultiLevelSkipList outerInstance, Directory @delegate)
     : base(Random, @delegate)
 {
     this.outerInstance = outerInstance;
 }
Ejemplo n.º 8
0
 internal CountingStream(TestMultiLevelSkipList outerInstance, IndexInput input)
     : base("CountingStream(" + input + ")")
 {
     this.outerInstance = outerInstance;
     this.input         = input;
 }