Interface RootSortedSetBatch<T>

All Superinterfaces:
Batch<T>, OrderedBatch<T>, RootBatch<T>, SortedSetBatch<T>
All Known Implementing Classes:
ImmutableTreeSet.ImmutableTreeSetBatch

public interface RootSortedSetBatch<T> extends SortedSetBatch<T>, RootBatch<T>