apoc.meta.tablesforlabels.OrderedLabels Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apoc-common Show documentation
Show all versions of apoc-common Show documentation
Data types package for Neo4j Procedures
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