Search:

Type: Posts; User: mageorge

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,037

    Re: Casting Confusion

    Thanks helloworld922 but that doesn't solve my problem. The instanceof operator is evaluated at runtime and my problem is a compiler warning. What I need is the correct cast syntax.
  2. Replies
    4
    Views
    1,037

    Casting Confusion

    Here is a simplified case of my problem. In the real world the Object is a two-dimensional array with dissimilar object types so I can't just make it an array of ArrayList.



    import...
Results 1 to 2 of 2