public void setLUT(Allocation allocation) {
   allocation = (AllocationThunker) allocation;
   mN.setLUT(allocation.getNObj());
 }
 public void forEach(Allocation allocation, Allocation allocation1) {
   allocation = (AllocationThunker) allocation;
   allocation1 = (AllocationThunker) allocation1;
   mN.forEach(allocation.getNObj(), allocation1.getNObj());
 }