| Package | Description | 
|---|---|
| com.amazonaws.services.dynamodbv2.document.utils | 
| Modifier and Type | Method and Description | 
|---|---|
FluentHashSet<E> | 
FluentHashSet.delete(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(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. 
 | 
Copyright © 2015. All rights reserved.