Uses of Class
com.dd.plist.NSSet
-
-
Uses of NSSet in com.dd.plist
Methods in com.dd.plist that return NSSet Modifier and Type Method Description NSSetNSSet. clone()private static NSSetNSObject. fromSet(java.util.Set<?> set)private NSSetBinaryPropertyListParser. parseSet(int offset, int objInfo, boolean ordered, ParsedObjectStack stack)Methods in com.dd.plist with parameters of type NSSet Modifier and Type Method Description booleanNSSet. intersectsSet(NSSet otherSet)Finds out whether at least one object is present in both sets.booleanNSSet. isSubsetOfSet(NSSet otherSet)Finds out if this set is a subset of the given set.
-