|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.util.CollectionUtils
public class CollectionUtils
Stolen from Ant. A set of helper methods related to collection manipulation.
| Constructor Summary | |
|---|---|
CollectionUtils()
|
|
| Method Summary | |
|---|---|
static java.util.Enumeration |
append(java.util.Enumeration e1,
java.util.Enumeration e2)
Append one enumeration to another. |
static java.util.Enumeration |
nilEnumeration()
Get an empty Enumeration object. |
| 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 java.util.Enumeration nilEnumeration()
public static java.util.Enumeration append(java.util.Enumeration e1,
java.util.Enumeration e2)
e1 - the first enumeratione2 - the subsequent enumeration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||