public class ConcurrentAddedRelations extends SimpleAddedRelations
modCountEMPTY| Constructor and Description |
|---|
ConcurrentAddedRelations() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(InternalRelation relation) |
List<InternalRelation> |
getView(com.google.common.base.Predicate<InternalRelation> filter) |
boolean |
isEmpty() |
boolean |
remove(InternalRelation relation) |
getAlladd, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, 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, waitcontainsAll, equals, hashCodeparallelStream, streampublic boolean add(InternalRelation relation)
add in interface AddedRelationsContaineradd in interface Collection<InternalRelation>add in interface List<InternalRelation>add in class SimpleAddedRelationspublic boolean remove(InternalRelation relation)
remove in interface AddedRelationsContainerremove in class SimpleAddedRelationspublic boolean isEmpty()
isEmpty in interface AddedRelationsContainerisEmpty in interface Collection<InternalRelation>isEmpty in interface List<InternalRelation>isEmpty in class ArrayList<InternalRelation>public List<InternalRelation> getView(com.google.common.base.Predicate<InternalRelation> filter)
getView in interface AddedRelationsContainergetView in class SimpleAddedRelationsCopyright © 2012–2015. All rights reserved.