Package org.drools.core.impl
Class StatefulKnowledgeSessionImpl.AbstractImmutableCollection
- java.lang.Object
-
- org.drools.core.impl.StatefulKnowledgeSessionImpl.AbstractImmutableCollection
-
- All Implemented Interfaces:
Iterable,Collection
- Direct Known Subclasses:
StatefulKnowledgeSessionImpl.ObjectStoreWrapper
- Enclosing class:
- StatefulKnowledgeSessionImpl
public abstract static class StatefulKnowledgeSessionImpl.AbstractImmutableCollection extends Object implements Collection
-
-
Constructor Summary
Constructors Constructor Description AbstractImmutableCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(Object o)booleanaddAll(Collection c)voidclear()booleanremove(Object o)booleanremoveAll(Collection c)booleanretainAll(Collection c)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Collection
contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, removeIf, size, spliterator, stream, toArray, toArray, toArray
-
-
-
-
Method Detail
-
add
public boolean add(Object o)
- Specified by:
addin interfaceCollection
-
addAll
public boolean addAll(Collection c)
- Specified by:
addAllin interfaceCollection
-
clear
public void clear()
- Specified by:
clearin interfaceCollection
-
remove
public boolean remove(Object o)
- Specified by:
removein interfaceCollection
-
removeAll
public boolean removeAll(Collection c)
- Specified by:
removeAllin interfaceCollection
-
retainAll
public boolean retainAll(Collection c)
- Specified by:
retainAllin interfaceCollection
-
-