public interface SuperReadableDiffSets<T,LONGITERATOR extends org.neo4j.collection.primitive.PrimitiveLongIterator>
PrimitiveLongIterator
can be parameterized
to a specific subclass instead.Modifier and Type | Method and Description |
---|---|
void |
accept(DiffSetsVisitor<T> visitor) |
Iterator<T> |
apply(Iterator<T> source) |
LONGITERATOR |
augment(LONGITERATOR source) |
org.neo4j.collection.primitive.PrimitiveIntIterator |
augment(org.neo4j.collection.primitive.PrimitiveIntIterator source) |
LONGITERATOR |
augmentWithRemovals(LONGITERATOR source) |
int |
delta() |
SuperReadableDiffSets<T,LONGITERATOR> |
filterAdded(Predicate<T> addedFilter) |
Set<T> |
getAdded() |
Set<T> |
getRemoved() |
boolean |
isAdded(T elem) |
boolean |
isEmpty() |
boolean |
isRemoved(T elem) |
boolean isAdded(T elem)
boolean isRemoved(T elem)
boolean isEmpty()
int delta()
LONGITERATOR augment(LONGITERATOR source)
org.neo4j.collection.primitive.PrimitiveIntIterator augment(org.neo4j.collection.primitive.PrimitiveIntIterator source)
LONGITERATOR augmentWithRemovals(LONGITERATOR source)
SuperReadableDiffSets<T,LONGITERATOR> filterAdded(Predicate<T> addedFilter)
void accept(DiffSetsVisitor<T> visitor) throws org.neo4j.kernel.api.exceptions.schema.ConstraintValidationKernelException, org.neo4j.kernel.api.exceptions.schema.CreateConstraintFailureException
org.neo4j.kernel.api.exceptions.schema.ConstraintValidationKernelException
org.neo4j.kernel.api.exceptions.schema.CreateConstraintFailureException
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.