Class 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