panda.lang.collection.CaseInsensitiveSet Maven / Gradle / Ivy
package panda.lang.collection;
import java.util.AbstractSet;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
/**
* Implementation of a Set
that ignores the case of the
* keys.
* @param the type of keys maintained by this set
*
*/
public class CaseInsensitiveSet implements Set {
private transient Map