Class DegreePartition


  • public class DegreePartition
    extends Partition
    • Constructor Detail

      • DegreePartition

        public DegreePartition​(long startNode,
                               long nodeCount,
                               long totalDegree)
    • Method Detail

      • totalDegree

        public long totalDegree()
      • of

        public static DegreePartition of​(long startNode,
                                         long nodeCount,
                                         long totalDegree)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class Partition