Reorganizes the LinkedHashMap in place so that lookups are more efficient, rehash is effective when, for example, the program is done loading up a symbol table and now needs fast lookups in it.
See Implementation
Reorganizes the LinkedHashMap in place so that lookups are more efficient, rehash is effective when, for example, the program is done loading up a symbol table and now needs fast lookups in it.