Class ListContainer<T>
- java.lang.Object
-
- org.processmining.specpp.componenting.delegators.ListContainer<T>
-
-
Constructor Summary
Constructors Constructor Description ListContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddContent(T content)java.util.List<T>getContents()booleanisEmpty()booleanisFull()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.componenting.delegators.Container
isNonEmpty
-
-
-
-
Method Detail
-
addContent
public void addContent(T content)
- Specified by:
addContentin interfaceContainer<T>
-
getContents
public java.util.List<T> getContents()
-
-