Skip to main content

ISetHelper

AccessAbstractFinalExtendsImplements
-NoNoCNM_AbstractObject.IObject-

UML Diagram

Methods

getEqualObject

Searches an object that is equal to the provided object in terms of the compareTo method (or a comparator provided by the parent).

instantIntersect

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

instantMerge

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

instantSubtract

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

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 INTERNAL ISetHelper EXTENDS CNM_AbstractObject.IObject