Remove unused imports.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1543928 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-11-20 20:15:35 +00:00
parent d990feb367
commit 8ca8d6823b
8 changed files with 0 additions and 9 deletions

View File

@ -23,8 +23,6 @@ import java.io.Serializable;
import java.util.Collection;
import java.util.HashMap;
import org.apache.commons.collections4.Bag;
/**
* Implements {@link Bag}, using a {@link HashMap} to provide the
* data storage. This is the standard implementation of a bag.

View File

@ -17,7 +17,6 @@
package org.apache.commons.collections4.iterators;
import java.lang.reflect.Array;
import java.util.ListIterator;
import java.util.NoSuchElementException;
import org.apache.commons.collections4.ResettableListIterator;

View File

@ -16,7 +16,6 @@
*/
package org.apache.commons.collections4.iterators;
import java.util.Iterator;
import java.util.NoSuchElementException;
import org.apache.commons.collections4.ResettableIterator;

View File

@ -16,7 +16,6 @@
*/
package org.apache.commons.collections4.iterators;
import java.util.ListIterator;
import java.util.NoSuchElementException;
import org.apache.commons.collections4.ResettableListIterator;

View File

@ -16,7 +16,6 @@
*/
package org.apache.commons.collections4.iterators;
import java.util.Iterator;
import java.util.NoSuchElementException;
import org.apache.commons.collections4.ResettableIterator;

View File

@ -16,7 +16,6 @@
*/
package org.apache.commons.collections4.iterators;
import java.util.ListIterator;
import java.util.NoSuchElementException;
import org.apache.commons.collections4.ResettableListIterator;

View File

@ -33,7 +33,6 @@ import java.util.Set;
import java.util.SortedMap;
import org.apache.commons.collections4.OrderedMapIterator;
import org.apache.commons.collections4.Trie;
/**
* This class implements the base PATRICIA algorithm and everything that

View File

@ -18,7 +18,6 @@ package org.apache.commons.collections4.trie;
import java.util.Map;
import org.apache.commons.collections4.Trie;
import org.apache.commons.collections4.trie.analyzer.StringKeyAnalyzer;
/**