All Downloads are FREE. Search and download functionalities are using the official Maven repository.

apoc.result.WrappedNode Maven / Gradle / Ivy

There is a newer version: 3.5.0.2
Show newest version
package apoc.result;

import org.neo4j.graphdb.*;
import org.neo4j.helpers.collection.FilteringIterable;
import org.neo4j.helpers.collection.Iterables;

import java.util.*;
import java.util.concurrent.atomic.AtomicLong;

import static java.util.Arrays.asList;

/**
 * @author mh
 * @since 16.03.16
 */
public class WrappedNode implements Node {
    private static AtomicLong MIN_ID = new AtomicLong(-1);
    private final List




© 2015 - 2025 Weber Informatics LLC | Privacy Policy