public class CaseInsensitiveStringSet extends HashSet<String>
| Constructor and Description |
|---|
CaseInsensitiveStringSet() |
CaseInsensitiveStringSet(Collection<? extends String> c) |
CaseInsensitiveStringSet(int initialCapacity) |
CaseInsensitiveStringSet(int initialCapacity,
float loadFactor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String e) |
boolean |
addAll(Collection<? extends String> c) |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
protected Collection<?> |
convert(Collection<?> c) |
protected String |
convert(Object o) |
boolean |
isLowerCase() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
equals, hashCodetoArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, removeIf, streampublic CaseInsensitiveStringSet()
public CaseInsensitiveStringSet(Collection<? extends String> c)
public CaseInsensitiveStringSet(int initialCapacity,
float loadFactor)
public CaseInsensitiveStringSet(int initialCapacity)
public boolean isLowerCase()
public boolean contains(Object o)
public boolean add(String e)
public boolean remove(Object o)
public boolean removeAll(Collection<?> c)
removeAll in interface Collection<String>removeAll in interface Set<String>removeAll in class AbstractSet<String>public boolean containsAll(Collection<?> c)
containsAll in interface Collection<String>containsAll in interface Set<String>containsAll in class AbstractCollection<String>public boolean addAll(Collection<? extends String> c)
addAll in interface Collection<String>addAll in interface Set<String>addAll in class AbstractCollection<String>public boolean retainAll(Collection<?> c)
retainAll in interface Collection<String>retainAll in interface Set<String>retainAll in class AbstractCollection<String>protected Collection<?> convert(Collection<?> c)
Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html