Searched defs:newLinkedHashSet (Results 1 – 5 of 5) sorted by relevance
31 public static <K> Set<K> newLinkedHashSet() { in newLinkedHashSet() method in Sets
20 public static <V> Set<V> newLinkedHashSet() { in newLinkedHashSet() method in Sets
284 public static <E> LinkedHashSet<E> newLinkedHashSet() { in newLinkedHashSet() method in Sets318 public static <E> LinkedHashSet<E> newLinkedHashSet( in newLinkedHashSet() method in Sets
288 public static <E> LinkedHashSet<E> newLinkedHashSet() { in newLinkedHashSet() method in Sets322 public static <E> LinkedHashSet<E> newLinkedHashSet( in newLinkedHashSet() method in Sets
722 private static <E> LinkedHashSet<E> newLinkedHashSet(E element) { in newLinkedHashSet() method in FreshValueGeneratorTest