while ( i.hasNext() )
{
ind = i.nextIndex();
formats.add( ind, i.next() );
formats.set( ind, i.next() );
}
movedBuiltins = true;