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:
getList
in interfaceBaseWrapper<E>
-
getCollection
- Specified by:
getCollection
in interfaceBaseWrapper<E>
-
getSize
- Specified by:
getSize
in interfaceBaseWrapper<E>
-