Modifier and Type | Method and Description |
---|---|
static NSSet |
NSObject.wrap(Set<Object> value)
Creates a NSSet with the contents of this set.
|
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 © 2014. All Rights Reserved.