org.drools.impl
Class StatefulKnowledgeSessionImpl.AbstractImmutableCollection

java.lang.Object
  extended by org.drools.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
StatefulKnowledgeSessionImpl.AbstractImmutableCollection()
           
 
Method Summary
 boolean add(Object o)
           
 boolean addAll(Collection c)
           
 void clear()
           
 boolean remove(Object o)
           
 boolean removeAll(Collection c)
           
 boolean retainAll(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, size, toArray, toArray
 

Constructor Detail

StatefulKnowledgeSessionImpl.AbstractImmutableCollection

public StatefulKnowledgeSessionImpl.AbstractImmutableCollection()
Method Detail

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-2013 JBoss Inc.. All Rights Reserved.