Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.16 seconds.

  1. Replies
    5
    Views
    22,671

    Re: Converting Object to Long

    I like that way. I'll have to use that in the future.
  2. Replies
    5
    Views
    22,671

    Re: Converting Object to Long

    The method returned either an ArrayList<Integer> or an ArrayList<Long>, depending on what was given to it. So since it could return either, it returned ArrayList<Object>. I needed to cast those...
  3. Replies
    5
    Views
    22,671

    Converting Object to Long

    How can I convert an Object to a Long?

    I have a method that returns an ArrayList of either Integer Objects or Long Objects, so it returns just an ArrayList of Objects. I need to convert those...
Results 1 to 3 of 3