示例#1
0
文件: dg.java 项目: kansifang/REMIUI
 public BaseResult shallowClone() {
   BaseResult dgVar = new dg(this.Dy);
   dgVar.list = this.list;
   return dgVar;
 }
示例#2
0
文件: dU.java 项目: DroidDemos/REMIUI
 public BaseResult shallowClone() {
   BaseResult dUVar = new dU(this.kR);
   dUVar.list = this.list;
   return dUVar;
 }