public abstract static class StatefulKnowledgeSessionImpl.AbstractImmutableCollection extends Object implements Collection
Constructor and Description |
---|
StatefulKnowledgeSessionImpl.AbstractImmutableCollection() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Object o) |
boolean |
addAll(Collection c) |
void |
clear() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection c) |
boolean |
retainAll(Collection c) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contains, containsAll, equals, hashCode, isEmpty, iterator, size, toArray, toArray
public StatefulKnowledgeSessionImpl.AbstractImmutableCollection()
public boolean add(Object o)
add
in interface Collection
public boolean addAll(Collection c)
addAll
in interface Collection
public void clear()
clear
in interface Collection
public boolean remove(Object o)
remove
in interface Collection
public boolean removeAll(Collection c)
removeAll
in interface Collection
public boolean retainAll(Collection c)
retainAll
in interface Collection
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.