public class MultCollectionElement extends CollectionElement<java.lang.Number>
content
Constructor and Description |
---|
MultCollectionElement()
Instantiates a new mult collection element.
|
MultCollectionElement(java.lang.Number content)
Instantiates a new mult collection element.
|
Modifier and Type | Method and Description |
---|---|
void |
setContent(java.lang.Number content)
Sets the content.
|
equals, getContent, hashCode, toString
public MultCollectionElement(java.lang.Number content)
content
- the contentpublic MultCollectionElement()
public void setContent(java.lang.Number content)
CollectionElement
setContent
in class CollectionElement<java.lang.Number>
content
- the new content