Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.20 seconds.

  1. Re: How to check itersection of objects in on collection

    Recommended reading: Coding Horror: Rubber Duck Problem Solving
  2. Re: How to check itersection of objects in on collection

    That still is not correct. Aren't you testing this out as you go?

    Also, did you really use Object as a class name?
  3. Re: How to check itersection of objects in on collection

    That was exactly what copeg told you, to take a closer look at the intersection() method, which you were using incorrectly. Actually, I predict you'll have quite a few problems with that code.
  4. Re: How to check itersection of objects in on collection

    You've been given help already, I suggest your reply with a little more gratitude.

    The intersects() method takes an argument. You need to figure out what that argument should be. What it should be...
Results 1 to 4 of 4