public class AggregationMethodSortedWrapperCollection extends Object implements Collection<Collection<EventBean>>
Constructor and Description |
---|
AggregationMethodSortedWrapperCollection(Collection<Object> values) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Collection<EventBean> eventBeans) |
boolean |
addAll(Collection<? extends Collection<EventBean>> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
void |
forEach(Consumer<? super Collection<EventBean>> action) |
boolean |
isEmpty() |
Iterator<Collection<EventBean>> |
iterator() |
Stream<Collection<EventBean>> |
parallelStream() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
removeIf(Predicate<? super Collection<EventBean>> filter) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Spliterator<Collection<EventBean>> |
spliterator() |
Stream<Collection<EventBean>> |
stream() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode
public AggregationMethodSortedWrapperCollection(Collection<Object> values)
public int size()
size
in interface Collection<Collection<EventBean>>
public boolean isEmpty()
isEmpty
in interface Collection<Collection<EventBean>>
public boolean contains(Object o)
contains
in interface Collection<Collection<EventBean>>
public Iterator<Collection<EventBean>> iterator()
iterator
in interface Iterable<Collection<EventBean>>
iterator
in interface Collection<Collection<EventBean>>
public Object[] toArray()
toArray
in interface Collection<Collection<EventBean>>
public <T> T[] toArray(T[] a)
toArray
in interface Collection<Collection<EventBean>>
public boolean add(Collection<EventBean> eventBeans)
add
in interface Collection<Collection<EventBean>>
public boolean remove(Object o)
remove
in interface Collection<Collection<EventBean>>
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<Collection<EventBean>>
public boolean addAll(Collection<? extends Collection<EventBean>> c)
addAll
in interface Collection<Collection<EventBean>>
public boolean removeAll(Collection<?> c)
removeAll
in interface Collection<Collection<EventBean>>
public boolean retainAll(Collection<?> c)
retainAll
in interface Collection<Collection<EventBean>>
public void clear()
clear
in interface Collection<Collection<EventBean>>
public boolean removeIf(Predicate<? super Collection<EventBean>> filter)
removeIf
in interface Collection<Collection<EventBean>>
public Spliterator<Collection<EventBean>> spliterator()
spliterator
in interface Iterable<Collection<EventBean>>
spliterator
in interface Collection<Collection<EventBean>>
public Stream<Collection<EventBean>> stream()
stream
in interface Collection<Collection<EventBean>>
public Stream<Collection<EventBean>> parallelStream()
parallelStream
in interface Collection<Collection<EventBean>>
public void forEach(Consumer<? super Collection<EventBean>> action)
forEach
in interface Iterable<Collection<EventBean>>
Copyright © 2005–2020. All rights reserved.