Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document.utils |
Modifier and Type | Method and Description |
---|---|
FluentHashSet<E> |
FluentHashSet.delete(java.lang.Object o)
Fluent method to remove the specified element from this set.
|
FluentHashSet<E> |
FluentHashSet.with(E e)
Fluent method to add the specified element to this set.
|
FluentHashSet<E> |
FluentHashSet.withAll(java.util.Collection<? extends E> c)
Fluent method to add the elements from the specified collection to this
set.
|
FluentHashSet<E> |
FluentHashSet.withAll(E... elements)
Fluent method to add the elements to this set.
|