public class CaseInsensitiveHashSet extends HashSet<String>
| Constructor and Description |
|---|
CaseInsensitiveHashSet(Collection<? extends String> source)
Constructor initializing the set with the given collection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String element) |
boolean |
contains(Object o) |
boolean |
contains(String element)
Verify containment by ignoring case.
|
equals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringpublic CaseInsensitiveHashSet(Collection<? extends String> source)
source - The source collection to use for initialization.Copyright © 2005-2016 Restlet.