| Modifier and Type | Method and Description |
|---|---|
boolean |
NSSet.intersectsSet(NSSet otherSet)
Finds out whether at least one object is present in both sets.
|
boolean |
NSSet.isSubsetOfSet(NSSet otherSet)
Finds out if this set is a subset of the given set.
|
Copyright © 2017. All Rights Reserved.