Beispiel #1
0
 public Bucket(NodeId min, NodeId max)
 {
     this.min = min;
     this.max = max;
 }