|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--gnu.beanfactory.util.CollectionsUtil
Utility methods for manipulating java collections.
| Constructor Summary | |
CollectionsUtil()
|
|
| Method Summary | |
static int |
addAll(java.util.Collection to,
java.util.Enumeration e)
Adds the elements in an enumeration to a collection. |
static int |
addAll(java.util.Collection to,
java.util.Iterator t)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CollectionsUtil()
| Method Detail |
public static int addAll(java.util.Collection to,
java.util.Enumeration e)
to - the collection to be added toe - the enumeration whose elements are to be added
public static int addAll(java.util.Collection to,
java.util.Iterator t)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||