Instance Method
exchangeObject(at:withObjectAt:) exchangeObjectAtIndex:withObjectAtIndex: exchangeObjectAtIndex_withObjectAtIndex_
Declaration
func exchangeObject(at idx1: UInt, withObjectAt idx2: UInt)Declaration
- (void) exchangeObjectAtIndex:(NSUInteger) idx1 withObjectAtIndex:(NSUInteger) idx2;Declaration
exchangeObjectAtIndex_withObjectAtIndex_(idx1: int, idx2: int)