Uses of Class
org.robovm.apple.foundation.NSCollectionChangeType
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSCollectionChangeType in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSCollectionChangeType Modifier and Type Method Description NSCollectionChangeTypeNSOrderedCollectionChange. getChangeType()static NSCollectionChangeTypeNSCollectionChangeType. valueOf(long n)Returns the enum constant of this type with the specified name.static NSCollectionChangeTypeNSCollectionChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NSCollectionChangeType[]NSCollectionChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSCollectionChangeType Modifier and Type Method Description protected longNSOrderedCollectionChange. init(T anObject, NSCollectionChangeType type, long index)protected longNSOrderedCollectionChange. init(T anObject, NSCollectionChangeType type, long index, long associatedIndex)Constructors in org.robovm.apple.foundation with parameters of type NSCollectionChangeType Constructor Description NSOrderedCollectionChange(T anObject, NSCollectionChangeType type, long index)NSOrderedCollectionChange(T anObject, NSCollectionChangeType type, long index, long associatedIndex)