public class SimpleContextContent extends Object
| Constructor and Description |
|---|
SimpleContextContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object obj)
Adds an object.
|
void |
addAll(Collection<?> contentList)
Adds a collection of objects to this context.
|
void |
remove(Object obj)
Removes an object.
|
public void add(Object obj)
obj - the object to be addedpublic void addAll(Collection<?> contentList)
contentList - the content to be addedpublic void remove(Object obj)
obj - the object to be removed.Copyright © 2012–2019 Drombler. All rights reserved.