org.ow2.orchestra.facade.rest
Class CollectionWrapper<T>
java.lang.Object
org.ow2.orchestra.facade.rest.CollectionWrapper<T>
public class CollectionWrapper<T>
- extends java.lang.Object
- Author:
- Guillaume Porcher
|
Field Summary |
protected java.util.Collection<T> |
content
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
content
protected java.util.Collection<T> content
CollectionWrapper
public CollectionWrapper()
make
public static <T> CollectionWrapper<T> make(java.util.Collection<T> source)
getContent
public java.util.Collection<T> getContent()
getContentAsList
public java.util.List<T> getContentAsList()
getContentAsSet
public java.util.Set<T> getContentAsSet()
Copyright © 2011 OW2 Consortium. All Rights Reserved.