Search:

Type: Posts; User: rbk

Search: Search took 0.07 seconds.

  1. Re: Problem with inheritence? arguments not applicable

    I was new to the wildcard thing. Using the wildcard at all the sort methods except the swap method (where I use the generic type) did the trick.

    Thanks a lot!
  2. Problem with inheritence? arguments not applicable

    Hey there!

    I'm working on a project where I have the following classes and interfaces:

    public interface I_SolutionCarrier
    public class Agent
    public class Actor extends Agent implements...
Results 1 to 2 of 2