Searched refs:cachedHashCode (Results 1 – 6 of 6) sorted by relevance
117 protected int cachedHashCode; field in NFAContext123 this.cachedHashCode = invokingState.stateNumber; in NFAContext()126 this.cachedHashCode += parent.cachedHashCode; in NFAContext()141 if ( this.cachedHashCode != other.cachedHashCode ) { in equals()265 return cachedHashCode; in hashCode()
129 protected int cachedHashCode; field in DFAState242 cachedHashCode += c.state + c.alt; in addNFAConfiguration()397 if ( cachedHashCode==0 ) { in hashCode()402 return cachedHashCode; in hashCode()
41 @LazyInit private transient int cachedHashCode; field in SingletonImmutableSet50 cachedHashCode = hashCode; in SingletonImmutableSet()87 int code = cachedHashCode; in hashCode()89 cachedHashCode = code = element.hashCode(); in hashCode()96 return cachedHashCode != 0; in isHashCodeFast()
48 private int cachedHashCode; field in InstrumentationConfiguration70 this.cachedHashCode = 0; in InstrumentationConfiguration()192 if (cachedHashCode != 0) { in hashCode()193 return cachedHashCode; in hashCode()201 cachedHashCode = result; in hashCode()
46 private transient int cachedHashCode = Integer.MIN_VALUE; field in AnnotationImpl188 if (cachedHashCode == Integer.MIN_VALUE) { in hashCode()225 cachedHashCode = hashCode; in hashCode()227 return cachedHashCode; in hashCode()