public interface DistributedMultiset<E> extends DistributedCollection<E>, com.google.common.collect.Multiset<E>
DEFAULT_OPERATION_TIMEOUT_MILLIS| Modifier and Type | Method and Description |
|---|---|
AsyncDistributedMultiset<E> |
async()
Returns the underlying asynchronous primitive.
|
DistributedSet<E> |
elementSet() |
DistributedSet<com.google.common.collect.Multiset.Entry<E>> |
entrySet() |
default Spliterator<E> |
spliterator() |
addListener, iterator, removeListenerclose, deleteaddStateChangeListener, name, protocol, removeStateChangeListener, typeadd, add, contains, containsAll, count, equals, forEach, forEachEntry, hashCode, iterator, remove, remove, removeAll, retainAll, setCount, setCount, size, toStringaddAll, clear, isEmpty, parallelStream, removeIf, stream, toArray, toArrayDistributedSet<E> elementSet()
elementSet in interface com.google.common.collect.Multiset<E>DistributedSet<com.google.common.collect.Multiset.Entry<E>> entrySet()
entrySet in interface com.google.common.collect.Multiset<E>default Spliterator<E> spliterator()
spliterator in interface Collection<E>spliterator in interface Iterable<E>spliterator in interface com.google.common.collect.Multiset<E>AsyncDistributedMultiset<E> async()
SyncPrimitiveasync in interface DistributedCollection<E>async in interface SyncPrimitiveCopyright © 2013–2018. All rights reserved.