| Package | Description |
|---|---|
| org.kocakosm.pitaya.collection |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSet.Builder<E> |
ImmutableSet.Builder.add(E... values)
Adds the given values to the
Set being built. |
ImmutableSet.Builder<E> |
ImmutableSet.Builder.add(Iterable<? extends E> values)
Adds all the values contained in the given
Iterable
to the Set being built. |
ImmutableSet.Builder<E> |
ImmutableSet.Builder.add(Iterator<? extends E> values)
Adds all the values contained in the given
Iterator
to the Set being built. |
Copyright © 2012–2015. All rights reserved.