Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.tools.ant.util.CollectionUtils
public class CollectionUtils
extends java.lang.Object
Nested Class Summary | |
static class |
Method Summary | |
static boolean |
|
static boolean |
|
static void |
|
public static boolean equals(Dictionary d1, Dictionary d2)
Deprecated.
Dictionary does not have an equals. Please use Map.equals() Follows the equals contract of Java 2's Map.
- Since:
- Ant 1.5
public static boolean equals(Vector v1, Vector v2)
Deprecated.
Please use Vector.equals() or List.equals()
- Since:
- Ant 1.5
public static void putAll(Dictionary m1, Dictionary m2)
Deprecated.
Dictionary does not know the putAll method. Please use Map.putAll().
- Since:
- Ant 1.6