[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Comparing two Vectors??
|
hey..
the scenario:
I´ve got 2 Vectors, wich contain some Element Nodes (w3c.dom), and I want
to compare them.
But, neighter it is possible to get a result with the
vector1.equals(vector2) method nor with the Node x .equals(Node y) for
each Node in the Vector.
And i don´t want to explore and compare all the
getFirstChild().getFirstChild().getFirstChild().getFirstChild()......(:
*u know what i mean* :)
There have to be a faster way to get a result.
greetz
manuel