Search:

Type: Posts; User: jps

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    1,258

    Re: ArrayList in Arralist

    It is hard to say without seeing code that can compile and show the problem. We can only guess if/when/how many times the methods are being called and what the value(s) of parameters are. Post a...
  2. Replies
    7
    Views
    1,258

    Re: ArrayList in Arralist

    Looking at the code in post #3:

    The casts (both of them) in the constructor are not necessary.
    The declaration of cConfig1 appears to have a syntax error.

    You first add an item to cList and...
Results 1 to 2 of 2