Searched defs:newLinkedHashSetWithExpectedSize (Results 1 – 5 of 5) sorted by relevance
58 static <E extends @Nullable Object> Set<E> newLinkedHashSetWithExpectedSize(int expectedSize) { in newLinkedHashSetWithExpectedSize() method in Platform
349 public static <E extends @Nullable Object> LinkedHashSet<E> newLinkedHashSetWithExpectedSize( in newLinkedHashSetWithExpectedSize() method in Sets
65 static <E extends @Nullable Object> Set<E> newLinkedHashSetWithExpectedSize(int expectedSize) { in newLinkedHashSetWithExpectedSize() method in Platform
351 public static <E extends @Nullable Object> LinkedHashSet<E> newLinkedHashSetWithExpectedSize( in newLinkedHashSetWithExpectedSize() method in Sets
56 static <E> Set<E> newLinkedHashSetWithExpectedSize(int expectedSize) { in newLinkedHashSetWithExpectedSize() method in Platform