Interface LabelInformation.LabelInformationConsumer

  • Enclosing class:
    LabelInformation

    public static interface LabelInformation.LabelInformationConsumer
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean accept​(org.neo4j.gds.NodeLabel nodeLabel, com.carrotsearch.hppc.BitSet bitSet)  
    • Method Detail

      • accept

        boolean accept​(org.neo4j.gds.NodeLabel nodeLabel,
                       com.carrotsearch.hppc.BitSet bitSet)