|
Neo4j Community | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Factory<T> | |
| Function<T,R> | Generic function interface to map from one type to another. |
| Function2<T1,T2,R> | Generic function interface with 2 input parameters. |
| Listeners.Notification<T> | |
| Predicate<T> | Predicate useful for filtering. |
| ProgressIndicator | Deprecated. use ProgressIndicator.SimpleProgress instead. |
| Class Summary | |
|---|---|
| Args | Parses a String[] argument from a main-method. |
| Counter | |
| DaemonThreadFactory | Yes, it's yet another daemon thread factory since Executors doesn't provide one. |
| Exceptions | |
| Format | |
| Functions | |
| HostnamePort | Represents a hostname and port, optionally with a port range. |
| Listeners | Helper class for dealing with listeners |
| NamedThreadFactory | |
| Pair<T1,T2> | Utility to handle pairs of objects. |
| Predicates | Common predicates |
| Predicates.AndPredicate<T> | |
| Predicates.OrPredicate<T> | |
| ProgressIndicator.MultiProgress | A ProgressIndicator that can report the total progress for
multiple sources. |
| ProgressIndicator.SimpleProgress | A ProgressIndicator that can report the progress for a single
source. |
| ProgressIndicator.UnknownEndProgress | Progress indicator where the end is unknown. |
| Service | A utility for locating services. |
| Service.CaseInsensitiveService | A base class for services, similar to Service, that compares keys
using case insensitive comparison instead of exact comparison. |
| Settings | Create settings for configurations in Neo4j. |
| Settings.DefaultSetting<T> | |
| Stats | |
| Strings | Helper functions for working with strings. |
| TimeUtil | |
| Triplet<T1,T2,T3> | Utility to handle triplets of objects. |
| Uris | Functions for working with URIs |
| UTF8 | Utility class for converting strings to and from UTF-8 encoded bytes. |
| Exception Summary | |
|---|---|
| ProcessFailureException | |
| Error Summary | |
|---|---|
| ThisShouldNotHappenError | |
| Annotation Types Summary | |
|---|---|
| Service.Implementation | Designates that a class implements the specified service and should be added to the services listings file (META-INF/services/[service-name]). |
Common Java utilities. A collection of useful utilities which you very often find yourself needing, but you can't (as of yet) find in the core Java SDK.
|
Neo4j Community | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||