Class NSCharacterSet

    • Constructor Detail

      • NSCharacterSet

        protected NSCharacterSet​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • URLFragmentAllowedCharacterSet

        public static NSCharacterSet URLFragmentAllowedCharacterSet()
        Returns a character set containing the characters allowed in an URL's fragment component.
      • URLHostAllowedCharacterSet

        public static NSCharacterSet URLHostAllowedCharacterSet()
        Returns a character set containing the characters allowed in an URL's host subcomponent.
      • URLPasswordAllowedCharacterSet

        public static NSCharacterSet URLPasswordAllowedCharacterSet()
        Returns a character set containing the characters allowed in an URL's password subcomponent.
      • URLPathAllowedCharacterSet

        public static NSCharacterSet URLPathAllowedCharacterSet()
        Returns a character set containing the characters allowed in an URL's path component. ';' is a legal path character, but it is recommended that it be percent-encoded for best compatibility with NSURL (-stringByAddingPercentEncodingWithAllowedCharacters: will percent-encode any ';' characters if you pass the URLPathAllowedCharacterSet).
      • URLQueryAllowedCharacterSet

        public static NSCharacterSet URLQueryAllowedCharacterSet()
        Returns a character set containing the characters allowed in an URL's query component.
      • URLUserAllowedCharacterSet

        public static NSCharacterSet URLUserAllowedCharacterSet()
        Returns a character set containing the characters allowed in an URL's user subcomponent.
      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • alphanumericCharacterSet

        public static NSCharacterSet alphanumericCharacterSet()
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • capitalizedLetterCharacterSet

        public static NSCharacterSet capitalizedLetterCharacterSet()
      • characterSetWithBitmapRepresentation

        public static NSCharacterSet characterSetWithBitmapRepresentation​(NSData data)
      • characterSetWithCharactersInString

        public static NSCharacterSet characterSetWithCharactersInString​(java.lang.String aString)
      • characterSetWithContentsOfFile

        public static NSCharacterSet characterSetWithContentsOfFile​(java.lang.String fName)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • controlCharacterSet

        public static NSCharacterSet controlCharacterSet()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • decimalDigitCharacterSet

        public static NSCharacterSet decimalDigitCharacterSet()
      • decomposableCharacterSet

        public static NSCharacterSet decomposableCharacterSet()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • illegalCharacterSet

        public static NSCharacterSet illegalCharacterSet()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • letterCharacterSet

        public static NSCharacterSet letterCharacterSet()
      • lowercaseLetterCharacterSet

        public static NSCharacterSet lowercaseLetterCharacterSet()
      • new_objc

        public static java.lang.Object new_objc()
      • newlineCharacterSet

        public static NSCharacterSet newlineCharacterSet()
      • nonBaseCharacterSet

        public static NSCharacterSet nonBaseCharacterSet()
      • punctuationCharacterSet

        public static NSCharacterSet punctuationCharacterSet()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • symbolCharacterSet

        public static NSCharacterSet symbolCharacterSet()
      • uppercaseLetterCharacterSet

        public static NSCharacterSet uppercaseLetterCharacterSet()
      • version_static

        public static long version_static()
      • whitespaceAndNewlineCharacterSet

        public static NSCharacterSet whitespaceAndNewlineCharacterSet()
      • whitespaceCharacterSet

        public static NSCharacterSet whitespaceCharacterSet()
      • bitmapRepresentation

        public NSData bitmapRepresentation()
      • characterIsMember

        public boolean characterIsMember​(char aCharacter)
      • copyWithZone

        public java.lang.Object copyWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
        Specified by:
        copyWithZone in interface NSCopying
      • hasMemberInPlane

        public boolean hasMemberInPlane​(byte thePlane)
      • isSupersetOfSet

        public boolean isSupersetOfSet​(NSCharacterSet theOtherSet)
      • longCharacterIsMember

        public boolean longCharacterIsMember​(int theLongChar)
      • mutableCopyWithZone

        public java.lang.Object mutableCopyWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
        Specified by:
        mutableCopyWithZone in interface NSMutableCopying
      • _supportsSecureCoding

        public boolean _supportsSecureCoding()
        Description copied from interface: NSSecureCoding
        This property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.
        Specified by:
        _supportsSecureCoding in interface NSSecureCoding