Apache Lucene.Net 2.4.0 Class Library API

ArrayUtil.HashCode Method

Returns hash of chars in range start (inclusive) to end (inclusive).

Overload List

Returns hash of chars in range start (inclusive) to end (inclusive).

public static int HashCode(byte[],int,int);

Returns hash of chars in range start (inclusive) to end (inclusive).

public static int HashCode(char[],int,int);

See Also

ArrayUtil Class | Lucene.Net.Util Namespace