Beispiel #1
0
			private void  InitBlock(SortedVIntList enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}
Beispiel #2
0
			public AnonymousClassDocIdSetIterator(SortedVIntList enclosingInstance)
			{
				InitBlock(enclosingInstance);
			}
Beispiel #3
0
			internal SortedVIntListBuilder(SortedVIntList enclosingInstance)
			{
				InitBlock(enclosingInstance);
				Enclosing_Instance.InitBytes();
				lastInt = 0;
			}
Beispiel #4
0
 private void  InitBlock(SortedVIntList enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
Beispiel #5
0
 public AnonymousClassDocIdSetIterator(SortedVIntList enclosingInstance)
 {
     InitBlock(enclosingInstance);
 }
Beispiel #6
0
 internal SortedVIntListBuilder(SortedVIntList enclosingInstance)
 {
     InitBlock(enclosingInstance);
     Enclosing_Instance.InitBytes();
     lastInt = 0;
 }