public class ConcurrentBufferAddedRelations extends SimpleBufferAddedRelations
EMPTY| Constructor and Description |
|---|
ConcurrentBufferAddedRelations() |
| 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) |
getAllpublic boolean add(InternalRelation relation)
add in interface AddedRelationsContaineradd in class SimpleBufferAddedRelationspublic boolean remove(InternalRelation relation)
remove in interface AddedRelationsContainerremove in class SimpleBufferAddedRelationspublic boolean isEmpty()
isEmpty in interface AddedRelationsContainerisEmpty in class SimpleBufferAddedRelationspublic List<InternalRelation> getView(com.google.common.base.Predicate<InternalRelation> filter)
getView in interface AddedRelationsContainergetView in class SimpleBufferAddedRelationsCopyright © 2012–2015. All rights reserved.