Searched defs:newLinkedHashSetWithExpectedSize (Results 1 – 3 of 3) sorted by relevance
34 static <E> LinkedHashSet<E> newLinkedHashSetWithExpectedSize(int expectedSize) { in newLinkedHashSetWithExpectedSize() method in Collections
302 public static <E> LinkedHashSet<E> newLinkedHashSetWithExpectedSize( in newLinkedHashSetWithExpectedSize() method in Sets
306 public static <E> LinkedHashSet<E> newLinkedHashSetWithExpectedSize( in newLinkedHashSetWithExpectedSize() method in Sets