Hi, I'm not proposing to use Google Collections, but it does have the 'missing' methods:
import com.google.common.collect.Maps; import com.google.common.collect.Arrays; HashMap<String, WorkspaceInfo> wspInfos = Maps.newHashMap(); ArrayList<DataIdentifier> list = Arrays.newArrayList(); > since when is less verbose automatically easier to read? Probably your are right, reading things twice is better. Probably your are right, reading things twice is better. :-) Regards, Thomas
