Constructor and Description |
---|
JsonEventUnderlyingEntrySet(JsonEventObjectBase jeu) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Map.Entry<String,Object> stringObjectEntry) |
boolean |
addAll(Collection<? extends Map.Entry<String,Object>> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
isEmpty() |
Iterator<Map.Entry<String,Object>> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
removeIf(Predicate<? super Map.Entry<String,Object>> 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 JsonEventUnderlyingEntrySet(JsonEventObjectBase jeu)
public int size()
public boolean isEmpty()
public Object[] toArray()
public boolean contains(Object o)
public <T> T[] toArray(T[] a)
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<Map.Entry<String,Object>>
containsAll
in interface Set<Map.Entry<String,Object>>
public boolean remove(Object o)
public boolean addAll(Collection<? extends Map.Entry<String,Object>> c)
public boolean retainAll(Collection<?> c)
public boolean removeAll(Collection<?> c)
public void clear()
Copyright © 2005–2021. All rights reserved.