Class NSMutableSet<T extends NSObject>

    • Constructor Detail

      • NSMutableSet

        public NSMutableSet()
      • NSMutableSet

        protected NSMutableSet​(NSObject.Handle h,
                               long handle)
      • NSMutableSet

        public NSMutableSet​(long numItems)
      • NSMutableSet

        public NSMutableSet​(java.util.Collection<T> c)
      • NSMutableSet

        public NSMutableSet​(T... objects)
    • Method Detail

      • addObject

        protected void addObject​(NSObject object)
      • removeObject

        protected void removeObject​(NSObject object)
      • init

        protected long init​(long numItems)
      • removeAllObjects

        protected void removeAllObjects()