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, waitcontains, containsAll, equals, hashCode, isEmpty, iterator, size, toArray, toArraypublic StatefulKnowledgeSessionImpl.AbstractImmutableCollection()
public boolean add(Object o)
add in interface Collectionpublic boolean addAll(Collection c)
addAll in interface Collectionpublic void clear()
clear in interface Collectionpublic boolean remove(Object o)
remove in interface Collectionpublic boolean removeAll(Collection c)
removeAll in interface Collectionpublic boolean retainAll(Collection c)
retainAll in interface CollectionCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.