示例#1
0
 public ParallelData(NfpKey key, List <NestPath> value)
 {
     this.key   = key;
     this.value = value;
 }
示例#2
0
 public void setKey(NfpKey key)
 {
     this.key = key;
 }
示例#3
0
 public NfpPair(NestPath a, NestPath b, NfpKey key)
 {
     A        = a;
     B        = b;
     this.key = key;
 }