Class CaseInsensitiveHashSet

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<String>
org.restlet.engine.util.CaseInsensitiveHashSet
All Implemented Interfaces:
Serializable, Cloneable, Iterable<String>, Collection<String>, Set<String>

public class CaseInsensitiveHashSet extends HashSet<String>
Set implementation that is case insensitive.
See Also:
  • Constructor Details

    • CaseInsensitiveHashSet

      public CaseInsensitiveHashSet(Collection<? extends String> source)
      Constructor initializing the set with the given collection.
      Parameters:
      source - The source collection to use for initialization.
  • Method Details