Home | History | Annotate | Download | only in collect

Lines Matching defs:newLinkedHashSet

247   public static <E> LinkedHashSet<E> newLinkedHashSet() {
281 public static <E> LinkedHashSet<E> newLinkedHashSet(
286 LinkedHashSet<E> set = newLinkedHashSet();