Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Thread: Array List help

    by Norm
    Replies
    3
    Views
    1,264

    Re: Array List help

    If you use generics you should not have to use cast.
  2. Thread: Array List help

    by Norm
    Replies
    3
    Views
    1,264

    Re: Array List help

    The posted code uses an element from an array of objects to call one of its method.
    The ArrayList class has methods to return references to an element it holds that can be used like the array...
Results 1 to 2 of 2