public class CollectionWrapper<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected Collection<T> |
content |
Constructor and Description |
---|
CollectionWrapper() |
Modifier and Type | Method and Description |
---|---|
Collection<T> |
getContent() |
List<T> |
getContentAsList() |
Set<T> |
getContentAsSet() |
static <T> CollectionWrapper<T> |
make(Collection<T> source) |
protected Collection<T> content
public static <T> CollectionWrapper<T> make(Collection<T> source)
public Collection<T> getContent()
Copyright © 2011 OW2 Consortium. All Rights Reserved.