Exemple #1
0
        /*(non-Javadoc) <see cref="java.lang.Object.equals(java.lang.Object) */
        public override bool Equals(System.Object o)
        {
            if (o.GetType() != typeof(ReverseOrdFieldSource))
            {
                return(false);
            }
            ReverseOrdFieldSource other = (ReverseOrdFieldSource)o;

            return(this.field.Equals(other.field));
        }
			private void  InitBlock(int end, int[] arr, ReverseOrdFieldSource enclosingInstance)
			{
				this.end = end;
				this.arr = arr;
				this.enclosingInstance = enclosingInstance;
			}
			public AnonymousClassDocValues(int end, int[] arr, ReverseOrdFieldSource enclosingInstance)
			{
				InitBlock(end, arr, enclosingInstance);
			}
Exemple #4
0
 private void  InitBlock(int end, int[] arr, ReverseOrdFieldSource enclosingInstance)
 {
     this.end = end;
     this.arr = arr;
     this.enclosingInstance = enclosingInstance;
 }
Exemple #5
0
 public AnonymousClassDocValues(int end, int[] arr, ReverseOrdFieldSource enclosingInstance)
 {
     InitBlock(end, arr, enclosingInstance);
 }