public class LinkedHashSetBuilder<T> extends Object
Constructor and Description |
---|
LinkedHashSetBuilder() |
Modifier and Type | Method and Description |
---|---|
LinkedHashSetBuilder<T> |
add(T first,
T... values) |
LinkedHashSetBuilder<T> |
addAll(Collection<T> collection) |
LinkedHashSet<T> |
build() |
@SafeVarargs public final LinkedHashSetBuilder<T> add(T first, T... values)
public LinkedHashSetBuilder<T> addAll(Collection<T> collection)
public LinkedHashSet<T> build()
Copyright © 2017. All rights reserved.