Class ArrayWrappingCollection
java.lang.Object
com.espertech.esper.common.internal.epl.enummethod.dot.ArrayWrappingCollection
- All Implemented Interfaces:
Iterable
,Collection
-
Field Summary
-
Constructor Summary
-
Method Summary
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, parallelStream, removeIf, spliterator, stream, toArray
-
Field Details
-
EPTYPE
-
-
Constructor Details
-
ArrayWrappingCollection
-
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceCollection
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceCollection
-
iterator
- Specified by:
iterator
in interfaceCollection
- Specified by:
iterator
in interfaceIterable
-
getArray
-
toArray
- Specified by:
toArray
in interfaceCollection
-
toArray
- Specified by:
toArray
in interfaceCollection
-
contains
- Specified by:
contains
in interfaceCollection
-
add
- Specified by:
add
in interfaceCollection
-
remove
- Specified by:
remove
in interfaceCollection
-
containsAll
- Specified by:
containsAll
in interfaceCollection
-
addAll
- Specified by:
addAll
in interfaceCollection
-
removeAll
- Specified by:
removeAll
in interfaceCollection
-
retainAll
- Specified by:
retainAll
in interfaceCollection
-
clear
public void clear()- Specified by:
clear
in interfaceCollection
-