Class CMSimpleQueue

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CMSimpleQueue
    extends CFType
    • Constructor Detail

      • CMSimpleQueue

        protected CMSimpleQueue()
    • Method Detail

      • getClassTypeID

        public static long getClassTypeID()
        Since:
        Available in iOS 5.0 and later.
      • enqueue0

        protected OSStatus enqueue0​(org.robovm.rt.bro.ptr.VoidPtr element)
        Since:
        Available in iOS 5.0 and later.
      • dequeue

        public org.robovm.rt.bro.ptr.VoidPtr dequeue()
        Since:
        Available in iOS 5.0 and later.
      • getHead

        public org.robovm.rt.bro.ptr.VoidPtr getHead()
        Since:
        Available in iOS 5.0 and later.
      • reset0

        protected OSStatus reset0()
        Since:
        Available in iOS 5.0 and later.
      • getCapacity

        public int getCapacity()
        Since:
        Available in iOS 5.0 and later.
      • getCount

        public int getCount()
        Since:
        Available in iOS 5.0 and later.