| Modifier and Type | Method and Description |
|---|---|
NSSet |
NSSet.clone() |
| 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 © 2024. All rights reserved.