/*(non-Javadoc) <see cref="Lucene.Net.Search.Function.FieldCacheSource.cachedFieldSourceEquals(Lucene.Net.Search.Function.FieldCacheSource) */
        public override bool CachedFieldSourceEquals(FieldCacheSource o)
        {
            if (o.GetType() != typeof(ByteFieldSource))
            {
                return(false);
            }
            ByteFieldSource other = (ByteFieldSource)o;

            return(this.parser == null?other.parser == null:this.parser.GetType() == other.parser.GetType());
        }
 private void  InitBlock(sbyte[] arr, ByteFieldSource enclosingInstance)
 {
     this.arr = arr;
     this.enclosingInstance = enclosingInstance;
 }
 public AnonymousClassDocValues(sbyte[] arr, ByteFieldSource enclosingInstance)
 {
     InitBlock(arr, enclosingInstance);
 }
			private void  InitBlock(sbyte[] arr, ByteFieldSource enclosingInstance)
			{
				this.arr = arr;
				this.enclosingInstance = enclosingInstance;
			}
			public AnonymousClassDocValues(sbyte[] arr, ByteFieldSource enclosingInstance)
			{
				InitBlock(arr, enclosingInstance);
			}