Class JsonEventUnderlyingEntrySet
java.lang.Object
com.espertech.esper.common.internal.event.json.core.JsonEventUnderlyingEntrySet
- All Implemented Interfaces:
Iterable<Map.Entry<String,
,Object>> Collection<Map.Entry<String,
,Object>> Set<Map.Entry<String,
Object>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
addAll
(Collection<? extends Map.Entry<String, Object>> c) void
clear()
boolean
boolean
containsAll
(Collection<?> c) boolean
isEmpty()
iterator()
boolean
boolean
removeAll
(Collection<?> c) boolean
boolean
retainAll
(Collection<?> c) int
size()
Object[]
toArray()
<T> T[]
toArray
(T[] a) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
Methods inherited from interface java.util.Set
equals, hashCode, spliterator
-
Constructor Details
-
JsonEventUnderlyingEntrySet
-
-
Method Details
-
size
public int size() -
iterator
-
isEmpty
public boolean isEmpty() -
toArray
-
contains
-
toArray
public <T> T[] toArray(T[] a) -
containsAll
- Specified by:
containsAll
in interfaceCollection<Map.Entry<String,
Object>> - Specified by:
containsAll
in interfaceSet<Map.Entry<String,
Object>>
-
add
-
remove
-
addAll
-
retainAll
-
removeAll
-
clear
public void clear() -
removeIf
- Specified by:
removeIf
in interfaceCollection<Map.Entry<String,
Object>>
-