public interface PrimitiveLongVisitor<E extends Exception>
| Modifier and Type | Field and Description |
|---|---|
static PrimitiveLongVisitor<RuntimeException> |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
visited(long value)
Visit the given entry.
|
static final PrimitiveLongVisitor<RuntimeException> EMPTY
boolean visited(long value)
throws E extends Exception
value - A distinct value from the set.E - any thrown exception of type 'E' will bubble up through the 'visit' method.E extends ExceptionCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.