moved collection utilities to util

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1664 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald
2009-07-31 02:38:10 +00:00
parent e96cef688a
commit ab50dbda65
9 changed files with 255 additions and 23 deletions
@@ -17,8 +17,8 @@ package org.springframework.web.context.request;
import java.util.Iterator;
import org.springframework.core.collection.StringKeyedMapAdapter;
import org.springframework.util.Assert;
import org.springframework.util.StringKeyedMapAdapter;
/**
* Map backed by a Web request parameter map for accessing request parameters.