@FunctionalInterface public interface PrimitiveIntVisitor<E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
boolean |
visited(int value)
Visit the given entry.
|
boolean visited(int 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.