Search:

Type: Posts; User: Destro

Search: Search took 0.12 seconds.

  1. Replies
    2
    Views
    3,356

    [SOLVED] Re: ArrayList.get() Returning "Incompatible Type"

    Solved my problem perfectly, thank you. Only glanced at generics up until now, and didn't know they applied to a situation like this. I assumed that the type didn't matter since the compiler had no...
  2. Replies
    2
    Views
    3,356

    [SOLVED] ArrayList.get() Returning "Incompatible Type"

    I'm trying to create a basic class that stores an array of Objects and returns them. I do not have a way of knowing how many objects I will need to store, so I am using an ArrayList instead of a...
Results 1 to 2 of 2