Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8861779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T15:34:04+00:00 2026-06-14T15:34:04+00:00

In Foundation, if I want to convert a set to an NSArray , I

  • 0

In Foundation, if I want to convert a set to an NSArray, I can use:

  • -[NSSet allObjects]
  • -[NSOrderedSet array]

Why are these different?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T15:34:06+00:00Added an answer on June 14, 2026 at 3:34 pm

    Speculation, but:

    Because when NSSet was created the only other major collection type was NSArray, which was (and still is, largely) the most common collection type. So a method called “allObjects” would obviously return an NSArray.

    When NSOrderedSet was added much more recently, it had to deal with the existence of prior collections – primarily, NSArray and NSSet. So an “allObjects” method would be ambiguous. Ergo it has two methods, -array and -set.

    And/or, the -array and -set methods return proxies to what are likely the same or similar classes used internally. So in a functional sense they’re a little different – those proxies will see mutations made on the original NSOrderedSet. -allObjects on the other hand does not – it genuinely creates an independent array, since its internal storage is likely a hashtable or similar that isn’t readily proxied.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have built an application that I want to use as the foundation for
I have created a Foundation Tool in Xcode, and want to use some functions
I want to set up a WCF that can be called by AJAX from
Hey everyone I have a string like: Foundation: 100 I want to use JS
In Team Foundation Server, I want to use the setting to keep items checked
I want to use a Core Foundation method that is only available on the
I want to use the NSXMLElement in Cocoa/Objective-C. But when I #import <Foundation/NSXMLElement.h> XCode
I want to write an App, that can run two different threads, one for
I want to created and populate an Array in a class and then use
I want to use NSCalendarDate, which exists in /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator2.2.1.sdk/ System/Library/Frameworks/Foundation.framework/Versions/C/Headers/NSCalendarDate.h but is not present

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.