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