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