메소드 | 설명 | |
---|---|---|
Add ( int value ) : CustomSet, | ||
Contains ( int value ) : bool | ||
CustomSet ( ) : System, | ||
Difference ( CustomSet, right ) : CustomSet, | ||
Disjoint ( CustomSet, right ) : bool | ||
Empty ( ) : bool | ||
Intersection ( CustomSet, right ) : CustomSet, | ||
Subset ( CustomSet, right ) : bool | ||
Union ( CustomSet, right ) : CustomSet, |
public Difference ( CustomSet, right ) : CustomSet, | ||
right | CustomSet, | |
리턴 | CustomSet, |
public Intersection ( CustomSet, right ) : CustomSet, | ||
right | CustomSet, | |
리턴 | CustomSet, |