|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.util.CollectionUtils
A set of helper methods related to collection manipulation.
| Constructor Summary | |
CollectionUtils()
|
|
| Method Summary | |
static boolean |
equals(java.util.Dictionary d1,
java.util.Dictionary d2)
Hashtable.equals() doesn't do any good in 1.1 |
static boolean |
equals(java.util.Vector v1,
java.util.Vector v2)
Vector.equals() doesn't do any good in 1.1 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CollectionUtils()
| Method Detail |
public static boolean equals(java.util.Vector v1,
java.util.Vector v2)
public static boolean equals(java.util.Dictionary d1,
java.util.Dictionary d2)
Follows the equals contract of Java 2's Map.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||