Class CFMutableSet

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CFMutableSet
    extends CFSet
    • Constructor Detail

      • CFMutableSet

        protected CFMutableSet()
    • Method Detail

      • create

        public static CFMutableSet create​(long capacity)
      • createCopy

        public static CFMutableSet createCopy​(long capacity,
                                              CFSet theSet)
      • add

        public void add​(org.robovm.rt.bro.NativeObject value)
        Overrides:
        add in class CFSet
      • remove

        public void remove​(org.robovm.rt.bro.NativeObject value)
        Overrides:
        remove in class CFSet
      • create

        public static CFMutableSet create​(CFAllocator allocator,
                                          long capacity,
                                          org.robovm.apple.corefoundation.CFSetCallBacks callBacks)
      • clear

        public void clear()
        Overrides:
        clear in class CFSet