result.add(new Object[]{new MapCreator() {
@SuppressWarnings("rawtypes")
@Override
public MapWithSearch createMap() {
return new ArrayMapWithSearch();
}
},"ArrayMapWithSearch"});
result.add(new Object[]{new MapCreator() {
@SuppressWarnings("rawtypes")