| Interface | Description |
|---|---|
| AsyncDistributedNavigableSet<E extends Comparable<E>> |
Asynchronous distributed navigable set.
|
| AsyncDistributedSet<E> |
A distributed collection designed for holding unique elements.
|
| AsyncDistributedSortedSet<E extends Comparable<E>> |
Asynchronous distributed sorted set.
|
| DistributedNavigableSet<E extends Comparable<E>> |
Distributed navigable set.
|
| DistributedSet<E> |
A distributed collection designed for holding unique elements.
|
| DistributedSortedSet<E extends Comparable<E>> |
Distributed sorted set.
|
| Class | Description |
|---|---|
| DistributedNavigableSetBuilder<E extends Comparable<E>> |
Builder for distributed navigable set.
|
| DistributedNavigableSetConfig |
Distributed navigable set configuration.
|
| DistributedNavigableSetType<E extends Comparable<E>> |
Distributed navigable set primitive type.
|
| DistributedSetBuilder<E> |
Builder for distributed set.
|
| DistributedSetConfig |
Distributed set configuration.
|
| DistributedSetType<E> |
Distributed set primitive type.
|
| DistributedSortedSetBuilder<E extends Comparable<E>> |
Builder for distributed sorted set.
|
| DistributedSortedSetConfig |
Distributed sorted set configuration.
|
| DistributedSortedSetType<E extends Comparable<E>> |
Distributed sorted set primitive type.
|
Copyright © 2013–2018. All rights reserved.