public final void add(Class c_lass) {
throwAXIfNull(c_lass, "c_lass", "add");
if(bsd == null) {
//This is the first element.
bsd = new BinarySearchData(1, true);
v.add(new ClassStuff(c_lass));
return;
}
//There is the second or subsequent element. Insert it at