|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.util.CollectionUtils
A set of helper methods related to collection manipulation.
Nested Class Summary | |
static class |
CollectionUtils.EmptyEnumeration
|
Constructor Summary | |
CollectionUtils()
|
Method Summary | |
static boolean |
equals(java.util.Dictionary d1,
java.util.Dictionary d2)
Deprecated. |
static boolean |
equals(java.util.Vector v1,
java.util.Vector v2)
Deprecated. |
static void |
putAll(java.util.Dictionary m1,
java.util.Dictionary m2)
Deprecated. |
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.
public static void putAll(java.util.Dictionary m1, java.util.Dictionary m2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |