Lucene.Net.Analysis.BaseCharFilter.GetLastCumulativeDiff C# (CSharp) Method

GetLastCumulativeDiff() private method

private GetLastCumulativeDiff ( ) : int
return int
        protected int GetLastCumulativeDiff()
        {
            return LastCumulativeDiff;
        }