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