Uses of Class
com.dd.plist.NSSet
-
Uses of NSSet in com.dd.plist
Methods in com.dd.plist that return NSSetModifier and TypeMethodDescriptionNSSet.clone()private static NSSetprivate NSSetBinaryPropertyListParser.parseSet(int offset, int objInfo, boolean ordered, ParsedObjectStack stack) Methods in com.dd.plist with parameters of type NSSetModifier and TypeMethodDescriptionbooleanNSSet.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.