public interface PrimitiveLongLongVisitor<E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
boolean |
visited(long key,
long value)
Visit the given entry.
|
boolean visited(long key,
long value)
throws E extends Exception
key - The key of the entry.value - The value of the entry.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.