|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionBuilder | |
|---|---|
| org.jboss.portal.common.util | |
| Uses of CollectionBuilder in org.jboss.portal.common.util |
|---|
| Methods in org.jboss.portal.common.util that return CollectionBuilder | ||
|---|---|---|
CollectionBuilder<C,V> |
CollectionBuilder.add(V o)
Add the object to the collection. |
|
CollectionBuilder<C,V> |
CollectionBuilder.addAll(java.util.Collection<V> all)
Add all the objects to the collection. |
|
static
|
CollectionBuilder.arrayList()
|
|
static
|
CollectionBuilder.arrayList(V v)
|
|
static
|
CollectionBuilder.create(C collection)
|
|
static
|
CollectionBuilder.hashSet()
|
|
static
|
CollectionBuilder.hashSet(V v)
|
|
static
|
CollectionBuilder.linkedList()
|
|
static
|
CollectionBuilder.linkedList(V v)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||