public override int hashBucket(int index, int buckets) { return(BasicString.hashBucket(@base.getSymbol(values[index]), buckets)); }
public override int hashBucket(int index, int buckets) { return(BasicString.hashBucket(values[index], buckets)); }