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 | add(T item) | 
| InflatableSet<T> | build() | 
| int | size() | 
public int size()
public InflatableSet.Builder add(T item)
public InflatableSet<T> build()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.