Interface RootUnsortedSetBatch<T>

All Superinterfaces:
Batch<T>, RootBatch<T>, UnsortedSetBatch<T>
All Known Implementing Classes:
UnifiedSet.UnifiedUnsortedSetBatch, UnifiedSetWithHashingStrategy.UnifiedUnsortedSetBatch

public interface RootUnsortedSetBatch<T> extends UnsortedSetBatch<T>, RootBatch<T>