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 4084166
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:24:18+00:00 2026-05-20T18:24:18+00:00

Is there a return type for any primitive similar to the way you can

  • 0

Is there a return type for “any primitive” similar to the way you can use NSObject as the return type for any object? I tried using id, but the compiler was giving me an error that it was trying to convert a primitive to a reference.

Here’s what I’m trying to do. :

-(void)setObject:(NSObject*)obj forKey:(NSString*)key {
    [sharedInstance.variables setObject:obj forKey:key];
}


-(NSObject*)getObjectForKey:(NSString*)key {
    return [sharedInstance.variables objectForKey:key];
}


-(void)setValue:(???)value forKey:(NSString*)key {
    [sharedInstance.variables setValue:value forKey:key];
}


-(???)getValueForKey:(NSString*)key {
    return [sharedInstance.variables valueForKey:key];
}

The alternative that I have though of is to use separate methods (getIntForKey, getFloatForKey, etc.) to access the values.

  • 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-05-20T18:24:19+00:00Added an answer on May 20, 2026 at 6:24 pm

    I eventually worked through this. The ultimate solution was to have separate accessor/mutator methods per type. So now I have setIntForKey, setBoolForKey, getIntForKey, getBoolForKey, etc. The drawback is quite obvious, in that I can’t call one method to set values and another to retrieve them. The advantages are numerous, however. Because the compiler knows what object or primitive type the method is expecting at compile time, I gain compile time checking for all of these methods. Additionally, I don’t have to worry with casting the retrieved values to their primitive types (obviously the returned NSObjects are a different story).

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

Sidebar

Related Questions

Is there a way in javascript to determine the return type(if any) of a
In this method I return a value of the type Double, but there is
Is there a way to return a CSS element? I was using Adobe Edge
Is there a way to return a random row from a table using LINQToSQL?
Is there any way to return an array from a function? More specifically, I've
I know that there is no return type of the constructors in C++ However,
Is there an Oracle function to return the data type of the parameter? Alternatively,
is there anyway to return the object and not the value from Method: Mongoid::Contexts::Enumerable#max
Is there a way to return all the columns in a MySQL table in
I have a variable in java which return type is Object(java.lang.Object). I want to

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.