**/
protected Object clone() throws CloneNotSupportedException {
AOSLHashtable aoslh2 = aoslh.getAOSLHClone();
UniqueStringAP usapUnq2 = usapUnique.getUSAPClone();
UniqueStringAP usapAbs2 = usapAbsolute.getUSAPClone();
return (new AOSLookup(aoslh2, usapUnq2, usapAbs2, bListUnqStrs));
}