com.espertech.esper.collection
Class EventUnderlyingCollection

java.lang.Object
  extended by com.espertech.esper.collection.EventUnderlyingCollection
All Implemented Interfaces:
java.lang.Iterable<java.lang.Object>, java.util.Collection<java.lang.Object>

public class EventUnderlyingCollection
extends java.lang.Object
implements java.util.Collection<java.lang.Object>

Iterator for an iterator of events returning the underlying itself.


Constructor Summary
EventUnderlyingCollection(java.util.Collection<EventBean> events)
           
 
Method Summary
 boolean add(java.lang.Object o)
           
 boolean addAll(java.util.Collection<? extends java.lang.Object> c)
           
 void clear()
           
 boolean contains(java.lang.Object o)
           
 boolean containsAll(java.util.Collection<?> c)
           
 boolean isEmpty()
           
 java.util.Iterator<java.lang.Object> iterator()
           
 boolean remove(java.lang.Object o)
           
 boolean removeAll(java.util.Collection<?> c)
           
 boolean retainAll(java.util.Collection<?> c)
           
 int size()
           
 java.lang.Object[] toArray()
           
<T> T[]
toArray(T[] arr)
           
 
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
equals, hashCode
 

Constructor Detail

EventUnderlyingCollection

public EventUnderlyingCollection(java.util.Collection<EventBean> events)
Method Detail

containsAll

public boolean containsAll(java.util.Collection<?> c)
Specified by:
containsAll in interface java.util.Collection<java.lang.Object>

toArray

public <T> T[] toArray(T[] arr)
Specified by:
toArray in interface java.util.Collection<java.lang.Object>

toArray

public java.lang.Object[] toArray()
Specified by:
toArray in interface java.util.Collection<java.lang.Object>

iterator

public java.util.Iterator<java.lang.Object> iterator()
Specified by:
iterator in interface java.lang.Iterable<java.lang.Object>
Specified by:
iterator in interface java.util.Collection<java.lang.Object>

contains

public boolean contains(java.lang.Object o)
Specified by:
contains in interface java.util.Collection<java.lang.Object>

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface java.util.Collection<java.lang.Object>

size

public int size()
Specified by:
size in interface java.util.Collection<java.lang.Object>

clear

public void clear()
Specified by:
clear in interface java.util.Collection<java.lang.Object>

retainAll

public boolean retainAll(java.util.Collection<?> c)
Specified by:
retainAll in interface java.util.Collection<java.lang.Object>

removeAll

public boolean removeAll(java.util.Collection<?> c)
Specified by:
removeAll in interface java.util.Collection<java.lang.Object>

addAll

public boolean addAll(java.util.Collection<? extends java.lang.Object> c)
Specified by:
addAll in interface java.util.Collection<java.lang.Object>

remove

public boolean remove(java.lang.Object o)
Specified by:
remove in interface java.util.Collection<java.lang.Object>

add

public boolean add(java.lang.Object o)
Specified by:
add in interface java.util.Collection<java.lang.Object>

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com