Searched defs:estimatedSize (Results 1 – 7 of 7) sorted by relevance
37 private SetBuilder(int estimatedSize) { in SetBuilder()46 public static <T> SetBuilder<T> newSetBuilder(int estimatedSize) { in newSetBuilder()
153 long estimatedSize = 0L; in concat() local
191 public static <E> ArrayList<E> newArrayListWithExpectedSize(int estimatedSize) { in newArrayListWithExpectedSize()
161 long estimatedSize = spliterator.estimateSize(); in expect() local
73 int estimatedSize() const { in estimatedSize() function
190 public static <E> ArrayList<E> newArrayListWithExpectedSize(int estimatedSize) { in newArrayListWithExpectedSize()
302 int estimatedSize = in copyOf() local