Example #1
0
 public static long setType(long field, int type) {
   return MANIPULATOR.set(field, 1, type);
 }
Example #2
0
 public static long setNext(long field, long next) {
   return MANIPULATOR.set(field, 0, next);
 }