- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getLimitSize (0.05 seconds)
-
src/main/java/org/codelibs/core/collection/LruHashMap.java
this.limitSize = limitSize; } /** * Returns the upper limit on the number of entries. * * @return the upper limit on the number of entries */ public int getLimitSize() { return limitSize; } @Override protected boolean removeEldestEntry(final Map.Entry<K, V> entry) { return size() > limitSize; }Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sat Nov 22 11:21:59 GMT 2025 - 3K bytes - Click Count (0)