Class ListWrapper<E>
java.lang.Object
com.echothree.util.common.transfer.ListWrapper<E>
- All Implemented Interfaces:
BaseWrapper<E>,Serializable
- Direct Known Subclasses:
CommentListWrapper,RatingListWrapper
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionListWrapper(Collection<E> set) Creates a new instance of ListWrapper from a CollectionListWrapper(List<E> list) Creates a new instance of ListWrapper from a List -
Method Summary
-
Constructor Details
-
ListWrapper
Creates a new instance of ListWrapper from a List -
ListWrapper
Creates a new instance of ListWrapper from a Collection
-
-
Method Details
-
getList
- Specified by:
getListin interfaceBaseWrapper<E>
-
getCollection
- Specified by:
getCollectionin interfaceBaseWrapper<E>
-
getSize
- Specified by:
getSizein interfaceBaseWrapper<E>
-