Interface MutatingSetOperations<T extends MutatingSetOperations<T>>
-
- Type Parameters:
T-
- All Known Implementing Classes:
BitEncodedSet,BitMask,WeightedBitMask
public interface MutatingSetOperations<T extends MutatingSetOperations<T>>Specifies mutating set operations on sets. The static definitions allow non mutating application of these methods on copyable implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidintersection(T other)voidsetminus(T other)voidunion(T other)
-