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

apoc.meta.tablesforlabels.OrderedLabels Maven / Gradle / Ivy

There is a newer version: 5.25.1
Show newest version
package apoc.meta.tablesforlabels;

import org.neo4j.graphdb.Label;

import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.stream.Collectors;

/**
 * Abstraction on an ordered label set, used as a key for tables for labels profiles
 */
public class OrderedLabels {
    List labels;

    public OrderedLabels(Iterable




© 2015 - 2025 Weber Informatics LLC | Privacy Policy