public static class PSet.ImmutableSetBuilder<I> extends Object implements PSet.Builder<I>
| Constructor and Description |
|---|
ImmutableSetBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(I value) |
void |
addAll(Collection<I> items) |
Set<I> |
build() |
void |
clear() |
public void add(I value)
add in interface PSet.Builder<I>public void addAll(Collection<I> items)
addAll in interface PSet.Builder<I>public void clear()
clear in interface PSet.Builder<I>Copyright © 2016. All rights reserved.