this.preSet.add(makePreGroup(parse.preGroupList[i]));
}
this.pre=new EmptyPrecontains();
if(this.preSet.size()>0)
{
this.pre=new PreContains(this.preSet);
}
if(joinInvert.length>=0)
{
make=new HigoJoinUtils.MakeGroupsJoin(this.groupListCache);;
}else{