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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatefulKnowledgeSessionImpl.AbstractImmutableCollection
public StatefulKnowledgeSessionImpl.AbstractImmutableCollection()
add
public boolean add(Object o)
- Specified by:
add in interface Collection
addAll
public boolean addAll(Collection c)
- Specified by:
addAll in interface Collection
clear
public void clear()
- Specified by:
clear in interface Collection
remove
public boolean remove(Object o)
- Specified by:
remove in interface Collection
removeAll
public boolean removeAll(Collection c)
- Specified by:
removeAll in interface Collection
retainAll
public boolean retainAll(Collection c)
- Specified by:
retainAll in interface Collection
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.