T - the type of elements maintained by this setpublic static final class InflatableSet.Builder<T> extends Object
InflatableSet.
This is the only way to create a new instance of InflatableSet.| Modifier and Type | Method and Description |
|---|---|
InflatableSet.Builder<T> |
add(T item) |
InflatableSet<T> |
build() |
int |
size() |
public InflatableSet.Builder<T> add(T item)
public InflatableSet<T> build()
public int size()
Copyright © 2019 Hazelcast, Inc.. All rights reserved.