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