Example #1
0
 Node(int val) {
     item.Store(val);
     key = val.hashCode();
     next.Set(NULL);
 }