org.ujmp.core.collections
Class AbstractCollection<E>
- java.lang.Object
-
- org.ujmp.core.collections.AbstractCollection<E>
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Iterable<E>, java.util.Collection<E>
public abstract class AbstractCollection<E> extends java.lang.Object implements java.io.Serializable, java.util.Collection<E>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description AbstractCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanaddAll(java.util.Collection<? extends E> c)booleancontainsAll(java.util.Collection<?> c)booleanisEmpty()booleanremoveAll(java.util.Collection<?> c)java.lang.Object[]toArray()<T> T[]toArray(T[] a)-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
addAll
public boolean addAll(java.util.Collection<? extends E> c)
- Specified by:
addAllin interfacejava.util.Collection<E>
-
containsAll
public boolean containsAll(java.util.Collection<?> c)
- Specified by:
containsAllin interfacejava.util.Collection<E>
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfacejava.util.Collection<E>
-
toArray
public java.lang.Object[] toArray()
- Specified by:
toArrayin interfacejava.util.Collection<E>
-
toArray
public <T> T[] toArray(T[] a)
- Specified by:
toArrayin interfacejava.util.Collection<E>
-
removeAll
public boolean removeAll(java.util.Collection<?> c)
- Specified by:
removeAllin interfacejava.util.Collection<E>
-
-
DataMelt 3.0 © DataMelt by jWork.ORG