T - type of object inside setpublic class SetModel<T> extends GenericBaseModel<Set<T>>
Model but for sets of serializable objects.| Constructor and Description |
|---|
SetModel()
Creates empty model
|
SetModel(Set<T> set)
Creates model that will contain
set |
| Modifier and Type | Method and Description |
|---|---|
protected Set<T> |
createSerializableVersionOf(Set<T> object)
Creates a serializable version of the object.
|
protected Set<T> createSerializableVersionOf(Set<T> object)
createSerializableVersionOf in class GenericBaseModel<Set<T>>objectCopyright © 2006–2014 Apache Software Foundation. All rights reserved.