public class AggregationMethodSortedWrapperSet extends Object implements Set<Map.Entry<Object,Collection<EventBean>>>
Constructor and Description |
---|
AggregationMethodSortedWrapperSet(Set<Map.Entry<Object,Object>> entrySet) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Map.Entry<Object,Collection<EventBean>> objectCollectionEntry) |
boolean |
addAll(Collection<? extends Map.Entry<Object,Collection<EventBean>>> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
void |
forEach(Consumer<? super Map.Entry<Object,Collection<EventBean>>> action) |
boolean |
isEmpty() |
Iterator<Map.Entry<Object,Collection<EventBean>>> |
iterator() |
Stream<Map.Entry<Object,Collection<EventBean>>> |
parallelStream() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
removeIf(Predicate<? super Map.Entry<Object,Collection<EventBean>>> filter) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Spliterator<Map.Entry<Object,Collection<EventBean>>> |
spliterator() |
Stream<Map.Entry<Object,Collection<EventBean>>> |
stream() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
public int size()
size
in interface Collection<Map.Entry<Object,Collection<EventBean>>>
size
in interface Set<Map.Entry<Object,Collection<EventBean>>>
public boolean isEmpty()
isEmpty
in interface Collection<Map.Entry<Object,Collection<EventBean>>>
isEmpty
in interface Set<Map.Entry<Object,Collection<EventBean>>>
public boolean contains(Object o)
contains
in interface Collection<Map.Entry<Object,Collection<EventBean>>>
contains
in interface Set<Map.Entry<Object,Collection<EventBean>>>
public Iterator<Map.Entry<Object,Collection<EventBean>>> iterator()
iterator
in interface Iterable<Map.Entry<Object,Collection<EventBean>>>
iterator
in interface Collection<Map.Entry<Object,Collection<EventBean>>>
iterator
in interface Set<Map.Entry<Object,Collection<EventBean>>>
public Object[] toArray()
toArray
in interface Collection<Map.Entry<Object,Collection<EventBean>>>
toArray
in interface Set<Map.Entry<Object,Collection<EventBean>>>
public <T> T[] toArray(T[] a)
toArray
in interface Collection<Map.Entry<Object,Collection<EventBean>>>
toArray
in interface Set<Map.Entry<Object,Collection<EventBean>>>
public boolean add(Map.Entry<Object,Collection<EventBean>> objectCollectionEntry)
add
in interface Collection<Map.Entry<Object,Collection<EventBean>>>
add
in interface Set<Map.Entry<Object,Collection<EventBean>>>
public boolean remove(Object o)
remove
in interface Collection<Map.Entry<Object,Collection<EventBean>>>
remove
in interface Set<Map.Entry<Object,Collection<EventBean>>>
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<Map.Entry<Object,Collection<EventBean>>>
containsAll
in interface Set<Map.Entry<Object,Collection<EventBean>>>
public boolean addAll(Collection<? extends Map.Entry<Object,Collection<EventBean>>> c)
addAll
in interface Collection<Map.Entry<Object,Collection<EventBean>>>
addAll
in interface Set<Map.Entry<Object,Collection<EventBean>>>
public boolean retainAll(Collection<?> c)
retainAll
in interface Collection<Map.Entry<Object,Collection<EventBean>>>
retainAll
in interface Set<Map.Entry<Object,Collection<EventBean>>>
public boolean removeAll(Collection<?> c)
removeAll
in interface Collection<Map.Entry<Object,Collection<EventBean>>>
removeAll
in interface Set<Map.Entry<Object,Collection<EventBean>>>
public void clear()
clear
in interface Collection<Map.Entry<Object,Collection<EventBean>>>
clear
in interface Set<Map.Entry<Object,Collection<EventBean>>>
public Spliterator<Map.Entry<Object,Collection<EventBean>>> spliterator()
spliterator
in interface Iterable<Map.Entry<Object,Collection<EventBean>>>
spliterator
in interface Collection<Map.Entry<Object,Collection<EventBean>>>
spliterator
in interface Set<Map.Entry<Object,Collection<EventBean>>>
public boolean removeIf(Predicate<? super Map.Entry<Object,Collection<EventBean>>> filter)
removeIf
in interface Collection<Map.Entry<Object,Collection<EventBean>>>
public Stream<Map.Entry<Object,Collection<EventBean>>> stream()
stream
in interface Collection<Map.Entry<Object,Collection<EventBean>>>
public Stream<Map.Entry<Object,Collection<EventBean>>> parallelStream()
parallelStream
in interface Collection<Map.Entry<Object,Collection<EventBean>>>
Copyright © 2005–2022. All rights reserved.