Searched defs:trimToSize (Results 1 – 5 of 5) sorted by relevance
116 final void trimToSize(int cacheSize) { in trimToSize() method in TaskKeyLruCache
196 private void trimToSize(int maxSize) { in trimToSize() method in LruCache
194 public void trimToSize(int maxSize) { in trimToSize() method in LruCache
161 public void trimToSize(int maxSize) { in trimToSize() method in LruCache
466 public static @Nullable <T> T[] trimToSize(@Nullable T[] array, int size) { in trimToSize() method in ArrayUtils