Package apple.foundation
Class NSMutableArray<_ObjectType>
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.objc.ObjCObject
-
- apple.NSObject
-
- apple.foundation.NSArray<_ObjectType>
-
- apple.foundation.NSMutableArray<_ObjectType>
-
- All Implemented Interfaces:
CKRecordValue,NSCoding,NSCopying,NSFastEnumeration,NSMutableCopying,NSSecureCoding,NSObject,java.lang.Iterable<_ObjectType>,java.util.Collection<_ObjectType>,java.util.List<_ObjectType>
public class NSMutableArray<_ObjectType> extends NSArray<_ObjectType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNSMutableArray.Block_sortUsingComparatorstatic interfaceNSMutableArray.Block_sortWithOptionsUsingComparatorstatic interfaceNSMutableArray.Function_sortUsingFunctionContext-
Nested classes/interfaces inherited from class apple.foundation.NSArray
NSArray.Block_differenceFromArrayWithOptionsUsingEquivalenceTest, NSArray.Block_enumerateObjectsAtIndexesOptionsUsingBlock, NSArray.Block_enumerateObjectsUsingBlock, NSArray.Block_enumerateObjectsWithOptionsUsingBlock, NSArray.Block_indexesOfObjectsAtIndexesOptionsPassingTest, NSArray.Block_indexesOfObjectsPassingTest, NSArray.Block_indexesOfObjectsWithOptionsPassingTest, NSArray.Block_indexOfObjectAtIndexesOptionsPassingTest, NSArray.Block_indexOfObjectInSortedRangeOptionsUsingComparator, NSArray.Block_indexOfObjectPassingTest, NSArray.Block_indexOfObjectWithOptionsPassingTest, NSArray.Block_sortedArrayUsingComparator, NSArray.Block_sortedArrayWithOptionsUsingComparator, NSArray.Function_sortedArrayUsingFunctionContext, NSArray.Function_sortedArrayUsingFunctionContextHint
-
Nested classes/interfaces inherited from class apple.NSObject
NSObject.Function_instanceMethodForSelector_ret, NSObject.Function_methodForSelector_ret
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNSMutableArray(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean_supportsSecureCoding()This property must return YES on all classes that allow secure coding.static booleanaccessInstanceVariablesDirectly()voidadd(int index, _ObjectType element)booleanadd(_ObjectType e)booleanaddAll(int index, java.util.Collection<? extends _ObjectType> c)booleanaddAll(java.util.Collection<? extends _ObjectType> c)voidaddObject(_ObjectType anObject)voidaddObjectsFromArray(NSArray<_ObjectType> otherArray)static NSMutableArray<?>alloc()static java.lang.ObjectallocWithZone(org.moe.natj.general.ptr.VoidPtr zone)voidapplyDifference(NSOrderedCollectionDifference<_ObjectType> difference)static <_ObjectType>
NSMutableArray<?>array()static <_ObjectType>
NSMutableArray<?>arrayWithArray(NSArray<_ObjectType> array)static <_ObjectType>
NSMutableArray<?>arrayWithCapacity(long numItems)static <_ObjectType>
NSMutableArray<_ObjectType>arrayWithContentsOfFile(java.lang.String path)static <_ObjectType>
NSMutableArray<_ObjectType>arrayWithContentsOfURL(NSURL url)static <_ObjectType>
NSArray<_ObjectType>arrayWithContentsOfURLError(NSURL url, org.moe.natj.general.ptr.Ptr<NSError> error)static <_ObjectType>
NSMutableArray<?>arrayWithObject(_ObjectType anObject)static <_ObjectType>
NSMutableArray<?>arrayWithObjects(_ObjectType firstObj, java.lang.Object... varargs)static <_ObjectType>
NSMutableArray<?>arrayWithObjectsCount(org.moe.natj.general.ptr.Ptr<_ObjectType> objects, long cnt)static booleanautomaticallyNotifiesObserversForKey(java.lang.String key)static voidcancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)static voidcancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget, org.moe.natj.objc.SEL aSelector, java.lang.Object anArgument)static NSArray<java.lang.String>classFallbacksForKeyedArchiver()static org.moe.natj.objc.ClassclassForKeyedUnarchiver()voidclear()static java.lang.StringdebugDescription_static()static java.lang.Stringdescription_static()voidexchangeObjectAtIndexWithObjectAtIndex(long idx1, long idx2)voidfilterUsingPredicate(NSPredicate predicate)evaluate a predicate against an array of objects and filter the mutable array directlystatic longhash_static()NSMutableArray<?>init()NSMutableArray<?>initWithArray(NSArray<_ObjectType> array)NSMutableArray<?>initWithArrayCopyItems(NSArray<_ObjectType> array, boolean flag)NSMutableArray<?>initWithCapacity(long numItems)NSMutableArray<?>initWithCoder(NSCoder coder)NS_DESIGNATED_INITIALIZERNSMutableArray<_ObjectType>initWithContentsOfFile(java.lang.String path)NSMutableArray<_ObjectType>initWithContentsOfURL(NSURL url)NSArray<_ObjectType>initWithContentsOfURLError(NSURL url, org.moe.natj.general.ptr.Ptr<NSError> error)Reads array stored in NSPropertyList format from the specified url.NSMutableArray<?>initWithObjects(_ObjectType firstObj, java.lang.Object... varargs)NSMutableArray<?>initWithObjectsCount(org.moe.natj.general.ptr.Ptr<_ObjectType> objects, long cnt)voidinsertObjectAtIndex(_ObjectType anObject, long index)voidinsertObjectsAtIndexes(NSArray<_ObjectType> objects, NSIndexSet indexes)static NSObject.Function_instanceMethodForSelector_retinstanceMethodForSelector(org.moe.natj.objc.SEL aSelector)static NSMethodSignatureinstanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)static booleaninstancesRespondToSelector(org.moe.natj.objc.SEL aSelector)static booleanisSubclassOfClass(org.moe.natj.objc.Class aClass)java.util.Iterator<_ObjectType>iterator()static NSSet<java.lang.String>keyPathsForValuesAffectingValueForKey(java.lang.String key)intlastIndexOf(java.lang.Object o)java.util.ListIterator<_ObjectType>listIterator()java.util.ListIterator<_ObjectType>listIterator(int index)static java.lang.Objectnew_objc()_ObjectTyperemove(int index)booleanremove(java.lang.Object o)booleanremoveAll(java.util.Collection<?> c)voidremoveAllObjects()voidremoveLastObject()voidremoveObject(_ObjectType anObject)voidremoveObjectAtIndex(long index)voidremoveObjectIdenticalTo(_ObjectType anObject)voidremoveObjectIdenticalToInRange(_ObjectType anObject, NSRange range)voidremoveObjectInRange(_ObjectType anObject, NSRange range)voidremoveObjectsAtIndexes(NSIndexSet indexes)voidremoveObjectsFromIndicesNumIndices(org.moe.natj.general.ptr.NUIntPtr indices, long cnt)Deprecated.voidremoveObjectsInArray(NSArray<_ObjectType> otherArray)voidremoveObjectsInRange(NSRange range)voidreplaceObjectAtIndexWithObject(long index, _ObjectType anObject)voidreplaceObjectsAtIndexesWithObjects(NSIndexSet indexes, NSArray<_ObjectType> objects)voidreplaceObjectsInRangeWithObjectsFromArray(NSRange range, NSArray<_ObjectType> otherArray)voidreplaceObjectsInRangeWithObjectsFromArrayRange(NSRange range, NSArray<_ObjectType> otherArray, NSRange otherRange)static booleanresolveClassMethod(org.moe.natj.objc.SEL sel)static booleanresolveInstanceMethod(org.moe.natj.objc.SEL sel)booleanretainAll(java.util.Collection<?> c)_ObjectTypeset(int index, _ObjectType element)voidsetArray(NSArray<_ObjectType> otherArray)voidsetObjectAtIndexedSubscript(_ObjectType obj, long idx)static voidsetVersion_static(long aVersion)voidsortUsingComparator(NSMutableArray.Block_sortUsingComparator cmptr)voidsortUsingDescriptors(NSArray<? extends NSSortDescriptor> sortDescriptors)sorts the array itselfvoidsortUsingFunctionContext(NSMutableArray.Function_sortUsingFunctionContext compare, org.moe.natj.general.ptr.VoidPtr context)voidsortUsingSelector(org.moe.natj.objc.SEL comparator)voidsortWithOptionsUsingComparator(long opts, NSMutableArray.Block_sortWithOptionsUsingComparator cmptr)static org.moe.natj.objc.Classsuperclass_static()static booleansupportsSecureCoding()static longversion_static()-
Methods inherited from class apple.foundation.NSArray
addObserverForKeyPathOptionsContext, addObserverToObjectsAtIndexesForKeyPathOptionsContext, arrayByAddingObject, arrayByAddingObjectsFromArray, arrayByApplyingDifference, componentsJoinedByString, contains, containsAll, containsObject, copyWithZone, count, countByEnumeratingWithStateObjectsCount, description, descriptionWithLocale, descriptionWithLocaleIndent, differenceFromArray, differenceFromArrayWithOptions, differenceFromArrayWithOptionsUsingEquivalenceTest, encodeWithCoder, enumerateObjectsAtIndexesOptionsUsingBlock, enumerateObjectsUsingBlock, enumerateObjectsWithOptionsUsingBlock, equals, filteredArrayUsingPredicate, firstObject, firstObjectCommonWithArray, get, getObjects, getObjectsRange, hashCode, indexesOfObjectsAtIndexesOptionsPassingTest, indexesOfObjectsPassingTest, indexesOfObjectsWithOptionsPassingTest, indexOf, indexOfObject, indexOfObjectAtIndexesOptionsPassingTest, indexOfObjectIdenticalTo, indexOfObjectIdenticalToInRange, indexOfObjectInRange, indexOfObjectInSortedRangeOptionsUsingComparator, indexOfObjectPassingTest, indexOfObjectWithOptionsPassingTest, isEmpty, isEqualToArray, lastObject, makeObjectsPerformSelector, makeObjectsPerformSelectorWithObject, mutableCopyWithZone, objectAtIndex, objectAtIndexedSubscript, objectEnumerator, objectsAtIndexes, pathsMatchingExtensions, removeObserverForKeyPath, removeObserverForKeyPathContext, removeObserverFromObjectsAtIndexesForKeyPath, removeObserverFromObjectsAtIndexesForKeyPathContext, reverseObjectEnumerator, setValueForKey, shuffledArray, shuffledArrayWithRandomSource, size, sortedArrayHint, sortedArrayUsingComparator, sortedArrayUsingDescriptors, sortedArrayUsingFunctionContext, sortedArrayUsingFunctionContextHint, sortedArrayUsingSelector, sortedArrayWithOptionsUsingComparator, subarrayWithRange, subList, toArray, toArray, valueForKey, writeToFileAtomically, writeToURLAtomically, writeToURLError
-
Methods inherited from class apple.NSObject
accessibilityActivate, accessibilityActivationPoint, accessibilityAssistiveTechnologyFocusedIdentifiers, accessibilityAttributedHint, accessibilityAttributedLabel, accessibilityAttributedUserInputLabels, accessibilityAttributedValue, accessibilityContainerType, accessibilityCustomActions, accessibilityCustomRotors, accessibilityDecrement, accessibilityDragSourceDescriptors, accessibilityDropPointDescriptors, accessibilityElementAtIndex, accessibilityElementCount, accessibilityElementDidBecomeFocused, accessibilityElementDidLoseFocus, accessibilityElementIsFocused, accessibilityElements, accessibilityElementsHidden, accessibilityFrame, accessibilityHint, accessibilityIncrement, accessibilityLabel, accessibilityLanguage, accessibilityNavigationStyle, accessibilityPath, accessibilityPerformEscape, accessibilityPerformMagicTap, accessibilityRespondsToUserInteraction, accessibilityScroll, accessibilityTextualContext, accessibilityTraits, accessibilityUserInputLabels, accessibilityValue, accessibilityViewIsModal, attemptRecoveryFromErrorOptionIndex, attemptRecoveryFromErrorOptionIndexDelegateDidRecoverSelectorContextInfo, autoContentAccessingProxy, awakeAfterUsingCoder, awakeFromNib, class_objc, classForCoder, classForKeyedArchiver, copy, dealloc, debugDescription, dictionaryWithValuesForKeys, didChangeValueForKey, didChangeValueForKeyWithSetMutationUsingObjects, didChangeValuesAtIndexesForKey, doesNotRecognizeSelector, fileManagerShouldProceedAfterError, fileManagerWillProcessPath, finalize_objc, forwardingTargetForSelector, forwardInvocation, hash, indexOfAccessibilityElement, isAccessibilityElement, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, mutableOrderedSetValueForKey, mutableOrderedSetValueForKeyPath, mutableSetValueForKey, mutableSetValueForKeyPath, observationInfo, observeValueForKeyPathOfObjectChangeContext, performSelector, performSelectorInBackgroundWithObject, performSelectorOnMainThreadWithObjectWaitUntilDone, performSelectorOnMainThreadWithObjectWaitUntilDoneModes, performSelectorOnThreadWithObjectWaitUntilDone, performSelectorOnThreadWithObjectWaitUntilDoneModes, performSelectorWithObject, performSelectorWithObjectAfterDelay, performSelectorWithObjectAfterDelayInModes, performSelectorWithObjectWithObject, prepareForInterfaceBuilder, provideImageDataBytesPerRowOrigin_Size_UserInfo, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, self, setAccessibilityActivationPoint, setAccessibilityAttributedHint, setAccessibilityAttributedLabel, setAccessibilityAttributedUserInputLabels, setAccessibilityAttributedValue, setAccessibilityContainerType, setAccessibilityCustomActions, setAccessibilityCustomRotors, setAccessibilityDragSourceDescriptors, setAccessibilityDropPointDescriptors, setAccessibilityElements, setAccessibilityElementsHidden, setAccessibilityFrame, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLanguage, setAccessibilityNavigationStyle, setAccessibilityPath, setAccessibilityRespondsToUserInteraction, setAccessibilityTextualContext, setAccessibilityTraits, setAccessibilityUserInputLabels, setAccessibilityValue, setAccessibilityViewIsModal, setIsAccessibilityElement, setNilValueForKey, setObservationInfo, setShouldGroupAccessibilityChildren, setValueForKeyPath, setValueForUndefinedKey, setValuesForKeysWithDictionary, shouldGroupAccessibilityChildren, superclass, validateValueForKeyError, validateValueForKeyPathError, valueForKeyPath, valueForUndefinedKey, willChangeValueForKey, willChangeValueForKeyWithSetMutationUsingObjects, willChangeValuesAtIndexesForKey
-
-
-
-
Method Detail
-
accessInstanceVariablesDirectly
public static boolean accessInstanceVariablesDirectly()
-
alloc
public static NSMutableArray<?> alloc()
-
allocWithZone
public static java.lang.Object allocWithZone(org.moe.natj.general.ptr.VoidPtr zone)
-
array
public static <_ObjectType> NSMutableArray<?> array()
-
arrayWithArray
public static <_ObjectType> NSMutableArray<?> arrayWithArray(NSArray<_ObjectType> array)
-
arrayWithCapacity
public static <_ObjectType> NSMutableArray<?> arrayWithCapacity(long numItems)
-
arrayWithContentsOfFile
public static <_ObjectType> NSMutableArray<_ObjectType> arrayWithContentsOfFile(java.lang.String path)
-
arrayWithContentsOfURL
public static <_ObjectType> NSMutableArray<_ObjectType> arrayWithContentsOfURL(NSURL url)
-
arrayWithObject
public static <_ObjectType> NSMutableArray<?> arrayWithObject(_ObjectType anObject)
-
arrayWithObjects
public static <_ObjectType> NSMutableArray<?> arrayWithObjects(_ObjectType firstObj, java.lang.Object... varargs)
-
arrayWithObjectsCount
public static <_ObjectType> NSMutableArray<?> arrayWithObjectsCount(org.moe.natj.general.ptr.Ptr<_ObjectType> objects, long cnt)
-
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()
-
debugDescription_static
public static java.lang.String debugDescription_static()
-
description_static
public static java.lang.String description_static()
-
hash_static
public static long hash_static()
-
instanceMethodForSelector
public static NSObject.Function_instanceMethodForSelector_ret instanceMethodForSelector(org.moe.natj.objc.SEL aSelector)
-
instanceMethodSignatureForSelector
public static NSMethodSignature instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)
-
instancesRespondToSelector
public static boolean instancesRespondToSelector(org.moe.natj.objc.SEL aSelector)
-
isSubclassOfClass
public static boolean isSubclassOfClass(org.moe.natj.objc.Class aClass)
-
keyPathsForValuesAffectingValueForKey
public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey(java.lang.String key)
-
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()
-
supportsSecureCoding
public static boolean supportsSecureCoding()
-
version_static
public static long version_static()
-
addObject
public void addObject(_ObjectType anObject)
-
addObjectsFromArray
public void addObjectsFromArray(NSArray<_ObjectType> otherArray)
-
exchangeObjectAtIndexWithObjectAtIndex
public void exchangeObjectAtIndexWithObjectAtIndex(long idx1, long idx2)
-
filterUsingPredicate
public void filterUsingPredicate(NSPredicate predicate)
evaluate a predicate against an array of objects and filter the mutable array directly
-
init
public NSMutableArray<?> init()
- Overrides:
initin classNSArray<_ObjectType>
-
initWithArray
public NSMutableArray<?> initWithArray(NSArray<_ObjectType> array)
- Overrides:
initWithArrayin classNSArray<_ObjectType>
-
initWithArrayCopyItems
public NSMutableArray<?> initWithArrayCopyItems(NSArray<_ObjectType> array, boolean flag)
- Overrides:
initWithArrayCopyItemsin classNSArray<_ObjectType>
-
initWithCapacity
public NSMutableArray<?> initWithCapacity(long numItems)
-
initWithCoder
public NSMutableArray<?> initWithCoder(NSCoder coder)
Description copied from interface:NSCodingNS_DESIGNATED_INITIALIZER- Specified by:
initWithCoderin interfaceNSCoding- Overrides:
initWithCoderin classNSArray<_ObjectType>
-
initWithContentsOfFile
public NSMutableArray<_ObjectType> initWithContentsOfFile(java.lang.String path)
- Overrides:
initWithContentsOfFilein classNSArray<_ObjectType>
-
initWithContentsOfURL
public NSMutableArray<_ObjectType> initWithContentsOfURL(NSURL url)
- Overrides:
initWithContentsOfURLin classNSArray<_ObjectType>
-
initWithObjects
public NSMutableArray<?> initWithObjects(_ObjectType firstObj, java.lang.Object... varargs)
- Overrides:
initWithObjectsin classNSArray<_ObjectType>
-
initWithObjectsCount
public NSMutableArray<?> initWithObjectsCount(org.moe.natj.general.ptr.Ptr<_ObjectType> objects, long cnt)
- Overrides:
initWithObjectsCountin classNSArray<_ObjectType>
-
insertObjectAtIndex
public void insertObjectAtIndex(_ObjectType anObject, long index)
-
insertObjectsAtIndexes
public void insertObjectsAtIndexes(NSArray<_ObjectType> objects, NSIndexSet indexes)
-
removeAllObjects
public void removeAllObjects()
-
removeLastObject
public void removeLastObject()
-
removeObject
public void removeObject(_ObjectType anObject)
-
removeObjectInRange
public void removeObjectInRange(_ObjectType anObject, NSRange range)
-
removeObjectAtIndex
public void removeObjectAtIndex(long index)
-
removeObjectIdenticalTo
public void removeObjectIdenticalTo(_ObjectType anObject)
-
removeObjectIdenticalToInRange
public void removeObjectIdenticalToInRange(_ObjectType anObject, NSRange range)
-
removeObjectsAtIndexes
public void removeObjectsAtIndexes(NSIndexSet indexes)
-
removeObjectsFromIndicesNumIndices
@Deprecated public void removeObjectsFromIndicesNumIndices(org.moe.natj.general.ptr.NUIntPtr indices, long cnt)Deprecated.
-
removeObjectsInArray
public void removeObjectsInArray(NSArray<_ObjectType> otherArray)
-
removeObjectsInRange
public void removeObjectsInRange(NSRange range)
-
replaceObjectAtIndexWithObject
public void replaceObjectAtIndexWithObject(long index, _ObjectType anObject)
-
replaceObjectsAtIndexesWithObjects
public void replaceObjectsAtIndexesWithObjects(NSIndexSet indexes, NSArray<_ObjectType> objects)
-
replaceObjectsInRangeWithObjectsFromArray
public void replaceObjectsInRangeWithObjectsFromArray(NSRange range, NSArray<_ObjectType> otherArray)
-
replaceObjectsInRangeWithObjectsFromArrayRange
public void replaceObjectsInRangeWithObjectsFromArrayRange(NSRange range, NSArray<_ObjectType> otherArray, NSRange otherRange)
-
setArray
public void setArray(NSArray<_ObjectType> otherArray)
-
setObjectAtIndexedSubscript
public void setObjectAtIndexedSubscript(_ObjectType obj, long idx)
-
sortUsingComparator
public void sortUsingComparator(NSMutableArray.Block_sortUsingComparator cmptr)
-
sortUsingDescriptors
public void sortUsingDescriptors(NSArray<? extends NSSortDescriptor> sortDescriptors)
sorts the array itself
-
sortUsingFunctionContext
public void sortUsingFunctionContext(NSMutableArray.Function_sortUsingFunctionContext compare, org.moe.natj.general.ptr.VoidPtr context)
-
sortUsingSelector
public void sortUsingSelector(org.moe.natj.objc.SEL comparator)
-
sortWithOptionsUsingComparator
public void sortWithOptionsUsingComparator(long opts, NSMutableArray.Block_sortWithOptionsUsingComparator cmptr)
-
add
public boolean add(_ObjectType e)
- Specified by:
addin interfacejava.util.Collection<_ObjectType>- Specified by:
addin interfacejava.util.List<_ObjectType>- Overrides:
addin classNSArray<_ObjectType>
-
add
public void add(int index, _ObjectType element)- Specified by:
addin interfacejava.util.List<_ObjectType>- Overrides:
addin classNSArray<_ObjectType>
-
addAll
public boolean addAll(java.util.Collection<? extends _ObjectType> c)
- Specified by:
addAllin interfacejava.util.Collection<_ObjectType>- Specified by:
addAllin interfacejava.util.List<_ObjectType>- Overrides:
addAllin classNSArray<_ObjectType>
-
addAll
public boolean addAll(int index, java.util.Collection<? extends _ObjectType> c)- Specified by:
addAllin interfacejava.util.List<_ObjectType>- Overrides:
addAllin classNSArray<_ObjectType>
-
clear
public void clear()
- Specified by:
clearin interfacejava.util.Collection<_ObjectType>- Specified by:
clearin interfacejava.util.List<_ObjectType>- Overrides:
clearin classNSArray<_ObjectType>
-
iterator
public java.util.Iterator<_ObjectType> iterator()
- Specified by:
iteratorin interfacejava.util.Collection<_ObjectType>- Specified by:
iteratorin interfacejava.lang.Iterable<_ObjectType>- Specified by:
iteratorin interfacejava.util.List<_ObjectType>- Overrides:
iteratorin classNSArray<_ObjectType>
-
lastIndexOf
public int lastIndexOf(java.lang.Object o)
- Specified by:
lastIndexOfin interfacejava.util.List<_ObjectType>- Overrides:
lastIndexOfin classNSArray<_ObjectType>
-
listIterator
public java.util.ListIterator<_ObjectType> listIterator()
- Specified by:
listIteratorin interfacejava.util.List<_ObjectType>- Overrides:
listIteratorin classNSArray<_ObjectType>
-
listIterator
public java.util.ListIterator<_ObjectType> listIterator(int index)
- Specified by:
listIteratorin interfacejava.util.List<_ObjectType>- Overrides:
listIteratorin classNSArray<_ObjectType>
-
remove
public boolean remove(java.lang.Object o)
- Specified by:
removein interfacejava.util.Collection<_ObjectType>- Specified by:
removein interfacejava.util.List<_ObjectType>- Overrides:
removein classNSArray<_ObjectType>
-
remove
public _ObjectType remove(int index)
- Specified by:
removein interfacejava.util.List<_ObjectType>- Overrides:
removein classNSArray<_ObjectType>
-
removeAll
public boolean removeAll(java.util.Collection<?> c)
- Specified by:
removeAllin interfacejava.util.Collection<_ObjectType>- Specified by:
removeAllin interfacejava.util.List<_ObjectType>- Overrides:
removeAllin classNSArray<_ObjectType>
-
retainAll
public boolean retainAll(java.util.Collection<?> c)
- Specified by:
retainAllin interfacejava.util.Collection<_ObjectType>- Specified by:
retainAllin interfacejava.util.List<_ObjectType>- Overrides:
retainAllin classNSArray<_ObjectType>
-
set
public _ObjectType set(int index, _ObjectType element)
- Specified by:
setin interfacejava.util.List<_ObjectType>- Overrides:
setin classNSArray<_ObjectType>
-
_supportsSecureCoding
public boolean _supportsSecureCoding()
Description copied from interface:NSSecureCodingThis property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.- Specified by:
_supportsSecureCodingin interfaceNSSecureCoding- Overrides:
_supportsSecureCodingin classNSArray<_ObjectType>
-
arrayWithContentsOfURLError
public static <_ObjectType> NSArray<_ObjectType> arrayWithContentsOfURLError(NSURL url, org.moe.natj.general.ptr.Ptr<NSError> error)
-
initWithContentsOfURLError
public NSArray<_ObjectType> initWithContentsOfURLError(NSURL url, org.moe.natj.general.ptr.Ptr<NSError> error)
Description copied from class:NSArrayReads array stored in NSPropertyList format from the specified url.- Overrides:
initWithContentsOfURLErrorin classNSArray<_ObjectType>
-
applyDifference
public void applyDifference(NSOrderedCollectionDifference<_ObjectType> difference)
-
-