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

  • SEARCH
  • Home
  • 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 7790123
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T21:29:40+00:00 2026-06-01T21:29:40+00:00

For instance, how could I verify if there is an item at the index

  • 0

For instance, how could I verify if there is an item at the index 3?

The objects in the NSArray are instantiated from the class “Animal.”

  • 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-01T21:29:42+00:00Added an answer on June 1, 2026 at 9:29 pm

    Well, since NSMutableArray has to hold non-nil objects, as long as the array is big enough, you know there’s something at index i:

    if ([myArray count] > 3) {
        id myObj = [myArray objectAtIndex:3];
        ...
    }
    

    If you needed to check something elsek, like say make sure it didn’t have a reference to the NSNull singleton, you could then check

    if (myObj != [NSNull null]) ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

An instance of class A instantiates a couple of other objects, say for example
when releasing an instance that could exist or not, I usually write this: if
For instance, the app could say something like, Please wait. or I'll be right
Could you please help me how to format a struct timeval instance to human
Could someone supply some code that would get the xpath of a System.Xml.XmlNode instance?
I just wondering how I could replace the second instance of a string inside
How could I accomplish copying one jagged array to another? For instance, I have
I would like to know if an instance implements a specific method. I could
I am writing unit tests that verify calculations in a database and there is
I get the following error: Unable to create instance of class TestProject.TestClass. Error: System.Runtime.InteropServices.COMException:

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.