Constructor and Description |
---|
CISet(Client client)
Constructs a set tied to a client.
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(String s) |
boolean |
addAll(Collection<? extends String> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
isEmpty() |
Iterator<String> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
protected String |
toLowerCase(String input)
Converts a given input to lower case based on the current
CaseMapping . |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, spliterator
parallelStream, removeIf, stream
protected final String toLowerCase(@Nonnull String input)
CaseMapping
.input
- input to convertpublic int size()
public boolean isEmpty()
public boolean containsAll(@Nonnull Collection<?> c)
containsAll
in interface Collection<String>
containsAll
in interface Set<String>
public boolean addAll(@Nonnull Collection<? extends String> c)
public boolean retainAll(@Nonnull Collection<?> c)
public boolean removeAll(@Nonnull Collection<?> c)
public void clear()
Copyright © 2013–2019 Kitteh. All rights reserved.