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:
parent
d990feb367
commit
8ca8d6823b
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
*/
|
||||
package org.apache.commons.collections4.iterators;
|
||||
|
||||
import java.util.Iterator;
|
||||
import java.util.NoSuchElementException;
|
||||
|
||||
import org.apache.commons.collections4.ResettableIterator;
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
*/
|
||||
package org.apache.commons.collections4.iterators;
|
||||
|
||||
import java.util.ListIterator;
|
||||
import java.util.NoSuchElementException;
|
||||
|
||||
import org.apache.commons.collections4.ResettableListIterator;
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
*/
|
||||
package org.apache.commons.collections4.iterators;
|
||||
|
||||
import java.util.Iterator;
|
||||
import java.util.NoSuchElementException;
|
||||
|
||||
import org.apache.commons.collections4.ResettableIterator;
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
*/
|
||||
package org.apache.commons.collections4.iterators;
|
||||
|
||||
import java.util.ListIterator;
|
||||
import java.util.NoSuchElementException;
|
||||
|
||||
import org.apache.commons.collections4.ResettableListIterator;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue