Uses of Class
com.amazonaws.services.dynamodbv2.document.utils.FluentHashSet
-
Packages that use FluentHashSet Package Description com.amazonaws.services.dynamodbv2.document.utils -
-
Uses of FluentHashSet in com.amazonaws.services.dynamodbv2.document.utils
Methods in com.amazonaws.services.dynamodbv2.document.utils that return FluentHashSet Modifier and Type Method 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(E... elements)
Fluent method to add the elements to this set.FluentHashSet<E>
FluentHashSet. withAll(Collection<? extends E> c)
Fluent method to add the elements from the specified collection to this set.
-