The general contract ofhashCodeis: Whenever it is invoked on the same object more than once during an execution of a Java application, thehashCodemethod must consistently return the same integer, provided no information used inequalscomparisons on the object is modified. This integer need not remai...
( other instanceof CacheKeyImplementation) ) { //hashCode is part of this check since it is pre-calculated and hash must match for equals to be true return false; } final CacheKeyImplementation that = (CacheKeyImplementation) other; return Objects.equals( entityOrRoleName, that.entityOrRole...
Methods inherited from java.lang.Objectclone equals finalize getClass hashCode notify notifyAll toString wait wait wait Constructor Details NumberLessThanOrEqualsAdvancedFilter public NumberLessThanOrEqualsAdvancedFilter() Creates an instance of NumberLessThanOrEqualsAdvancedFilter ...