Class NSMutableDictionary


  • public class NSMutableDictionary
    extends NSDictionary
    Represents an Objective-C NSMutableDictionary object.
    Author:
    Lyubomir Marinov
    • Constructor Detail

      • NSMutableDictionary

        public NSMutableDictionary()
        Initializes a new NSMutableDictionary instance which is to represent a new Objective-C NSMutableDictionary object.
      • NSMutableDictionary

        public NSMutableDictionary​(long ptr)
        Initializes a new NSMutableDictionary instance which is to represent a specific Objective-C NSMutableDictionary object.
        Parameters:
        ptr - the pointer to the Objective-C NSMutableDictionary object to be represented by the new instance
    • Method Detail

      • setIntForKey

        public void setIntForKey​(int value,
                                 long key)