Searched defs:maxSize (Results 1 – 2 of 2) sorted by relevance
28 private final int maxSize; field in BasicLruCache30 public BasicLruCache(int maxSize) { in BasicLruCache()82 private void trimToSize(int maxSize) { in trimToSize()
488 int maxSize = Math.max(this.longCount, bs.longCount); in or() local504 int maxSize = Math.max(this.longCount, bs.longCount); in xor() local