Package io.atomix.primitive.protocol.set
Interface SortedSetDelegate<E>
- All Superinterfaces:
Collection<E>,Iterable<E>,Set<E>,SetDelegate<E>,SortedSet<E>
- All Known Subinterfaces:
NavigableSetDelegate<E>
@Beta public interface SortedSetDelegate<E> extends SetDelegate<E>, SortedSet<E>
Sorted set protocol.
-
Method Summary
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from interface io.atomix.primitive.protocol.set.SetDelegate
addListener, close, removeListenerMethods inherited from interface java.util.SortedSet
comparator, first, headSet, last, spliterator, subSet, tailSet