| Constructor and Description |
|---|
CISet(@NonNull Client client)
Constructs a set tied to a client.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(@NonNull String s) |
boolean |
addAll(@NonNull Collection<? extends String> c) |
void |
clear() |
boolean |
contains(@Nullable Object o) |
boolean |
containsAll(@NonNull Collection<?> c) |
boolean |
isEmpty() |
@NonNull Iterator<String> |
iterator() |
boolean |
remove(@Nullable Object o) |
boolean |
removeAll(@NonNull Collection<?> c) |
boolean |
retainAll(@NonNull Collection<?> c) |
int |
size() |
@NonNull Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
protected String |
toLowerCase(@NonNull String input)
Converts a given input to lower case based on the current
CaseMapping. |
@NonNull String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, spliteratorparallelStream, removeIf, streampublic CISet(@NonNull Client client)
client - the client to which this set is tiedprotected final String toLowerCase(@NonNull String input)
CaseMapping.input - input to convertpublic int size()
public boolean isEmpty()
public boolean contains(@Nullable Object o)
public @NonNull Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean add(@NonNull String s)
public boolean remove(@Nullable Object o)
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–2021 Kitteh. All rights reserved.