Skip to main content

ISetStrategy

Short summary

An interface that provides set operations.

AccessAbstractFinalExtendsImplements
-NoNoCNM_AbstractObject.IObject-

UML Diagram

Properties

instant

Type: IInstantSetStrategy

This property returns a fluent interface for immediate (wihtin one call) operations of sets.

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).

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