public class SimpleAddedRelations extends ArrayList<InternalRelation> implements AddedRelationsContainer
modCountEMPTY| Constructor and Description |
|---|
SimpleAddedRelations() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(InternalRelation relation) |
Collection<InternalRelation> |
getAll()
This method returns all relations in this container.
|
List<InternalRelation> |
getView(com.google.common.base.Predicate<InternalRelation> filter) |
boolean |
remove(InternalRelation relation) |
add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitisEmptycontainsAll, equals, hashCodeparallelStream, streampublic boolean add(InternalRelation relation)
add in interface AddedRelationsContaineradd in interface Collection<InternalRelation>add in interface List<InternalRelation>add in class ArrayList<InternalRelation>public boolean remove(InternalRelation relation)
remove in interface AddedRelationsContainerpublic List<InternalRelation> getView(com.google.common.base.Predicate<InternalRelation> filter)
getView in interface AddedRelationsContainerpublic Collection<InternalRelation> getAll()
AddedRelationsContainergetAll in interface AddedRelationsContainerCopyright © 2012–2015. All rights reserved.