public class CaseInsensitiveHashSet extends HashSet<String>
Constructor and Description |
---|
CaseInsensitiveHashSet() |
CaseInsensitiveHashSet(Collection<? extends String> collection) |
CaseInsensitiveHashSet(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Object o) |
add, clear, clone, isEmpty, iterator, remove, size, spliterator
equals, hashCode, removeAll
addAll, containsAll, retainAll, toArray, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
parallelStream, removeIf, stream
public CaseInsensitiveHashSet()
public CaseInsensitiveHashSet(int initialCapacity)
public CaseInsensitiveHashSet(Collection<? extends String> collection)
Copyright © 2018. All rights reserved.