Search:

Type: Posts; User: Eldarmk2

Search: Search took 0.07 seconds.

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

    Ok thank you
  2. Re: How to check itersection of objects in on collection

    No my class is caled shape
  3. Re: How to check itersection of objects in on collection

    i know how the intersects90 work since my first java book
    The problem was that i dindt think about 2 iterators in one list.
    This code should now be correct


    Iterator<Object> i =...
  4. Re: How to check itersection of objects in on collection

    No thats not the help, becasue ive asked not about the functionality of the itersect() method.
    Okay and here is a a simple solution of my problem i found.
    Ive to use 2 itertators

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

    Look at my example code , ive allready the itersects and of course i know that i need an other object.
    Ive asked about objects in one list. According to my example and using you solution it mean...
  6. How to check itersection of objects in on collection

    Hi to all !
    Im looking for a solution to my problem.
    Dont know how to check itersection of rects from objects in one List.
    Example: We have a Object.class;The Object has a simple method ...
Results 1 to 6 of 6