Constructor and Description |
---|
JsonEventUnderlyingKeySet(JsonEventObjectBase jsonEventUnderlyingBase) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(String s) |
boolean |
addAll(Collection<? extends String> c) |
void |
clear() |
boolean |
contains(Object value) |
boolean |
containsAll(Collection<?> c) |
boolean |
isEmpty() |
Iterator<String> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
removeIf(Predicate<? super String> filter) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, spliterator
parallelStream, stream
public JsonEventUnderlyingKeySet(JsonEventObjectBase jsonEventUnderlyingBase)
public int size()
public boolean isEmpty()
public boolean contains(Object value)
public Object[] toArray()
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<String>
containsAll
in interface Set<String>
public <T> T[] toArray(T[] a)
public void clear()
public boolean remove(Object o)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public boolean add(String s)
public boolean addAll(Collection<? extends String> c)
public boolean removeIf(Predicate<? super String> filter)
removeIf
in interface Collection<String>
Copyright © 2005–2021. All rights reserved.