Skip to main content

IInstantSetStrategy

Short summary

An interface to provide instant (non-cyclic) implementations of the set operations

AccessAbstractFinalExtendsImplements
-NoNoCNM_AbstractObject.IObject-

UML Diagram

Methods

intersect

overwrites the content of this set with the intersection of this set and the given set

merge

overwrites the content of this set with the union of this set and the given set

subtract

overwrites the content of this set with the set difference of this set and the given set

Code

Declaration

INTERFACE IInstantSetStrategy EXTENDS CNM_AbstractObject.IObject