Searched refs:keyUpperBound (Results 1 – 1 of 1) sorted by relevance
56 public final int keyUpperBound; field in IntCounter66 public IntCounter(int keyLowerBound, int keyUpperBound) { in IntCounter() argument68 this.keyUpperBound = keyUpperBound; in IntCounter()82 key = Math.max(keyLowerBound, Math.min(key, keyUpperBound)); in add()