Package apple.uikit

Class NSDiffableDataSourceSectionSnapshot<_ItemIdentifierType>

    • Constructor Detail

      • NSDiffableDataSourceSectionSnapshot

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

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

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

        public void appendItemsIntoParentItem​(NSArray<_ItemIdentifierType> items,
                                              _ItemIdentifierType parentItem)
        append items into parent (creating a new Parent+Child relationship if not present; appends to existing children if present)
      • 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)
      • classFallbacksForKeyedArchiver

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

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

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

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

        public void deleteAllItems()
      • description_static

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

        public static long hash_static()
      • insertItemsAfterItem

        public void insertItemsAfterItem​(NSArray<_ItemIdentifierType> items,
                                         _ItemIdentifierType afterIdentifier)
        Insert After: respect any destination item's children and inserts the new items after them at the same level as the destination item. +---------+ | 0 | +---------+ +-+-------+-+ | 0 | | 1 | +-+-------+-+ +---------+ | 1 | | 2 | +---------+ +-+-------+-+ | 2 | | INS | +-+-------+-+ +---------+ | 3 | | 3 | +---------+ +---------+ +--------------------------------+ | insertAfter(INS, after:0) | +--------------------------------+ +---------+ | 0 | +---------+ +-+-------+-+ | 0 | | 1 | +-+-------+-+ +---------+ | 1 | | 2 | +---------+ +-+-------+-+ | 2 | | 3 | +-+-------+-+ +-+-------+-+ | 3 | | INS | +---+-----+---+ +-+-------+-+ | 4 | | 4 | +---------+ +---------+ +--------------------------------+ | insertAfter(INS, after:2) | +--------------------------------+
      • insertItemsBeforeItem

        public void insertItemsBeforeItem​(NSArray<_ItemIdentifierType> items,
                                          _ItemIdentifierType beforeIdentifier)
        Insert Before will always match the level of the destination item. Examples: +---------+ | 0 | +---------+ +-+-------+-+ | 0 | | INS | +-+-------+-+ +---------+ | 1 | | 1 | +---------+ +---------+ | 2 | | 2 | +-+-------+-+ +-+-------+-+ | 3 | | 3 | +---------+ +---------+ +--------------------------------+ | insertBefore(1) | +--------------------------------+ +---------+ | INS | +---------+ +---------+ | 0 | | 0 | +-+-------+-+ +-+-------+-+ | 1 | | 1 | +---------+ +---------+ | 2 | | 2 | +-+-------+-+ +-+-------+-+ | 3 | | 3 | +---------+ +---------+ +--------------------------------+ | insertBefore(0) | +--------------------------------+
      • instanceMethodSignatureForSelector

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

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

        public boolean isExpanded​(_ItemIdentifierType item)
        these methods are all O(1)
      • isSubclassOfClass

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

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

        public long levelOfItem​(_ItemIdentifierType item)
        NSNotFound if not present
      • new_objc

        public static java.lang.Object new_objc()
      • 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()
      • version_static

        public static long version_static()
      • visualDescription

        public java.lang.String visualDescription()
        debugging; displays hierarchy legend: * == visible + == expanded - == collapsed