Documentation of 'org.ujmp.core.collections.AbstractCollection' Java class
AbstractCollection
org.ujmp.core.collections

Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean addAll(java.util.Collection<? extends E> c) 
      boolean containsAll(java.util.Collection<?> c) 
      boolean isEmpty() 
      boolean removeAll(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
      • Methods inherited from interface java.util.Collection

        add, clear, contains, equals, hashCode, iterator, parallelStream, remove, removeIf, retainAll, size, spliterator, stream
      • Methods inherited from interface java.lang.Iterable

        forEach
    • Constructor Detail

      • AbstractCollection

        public AbstractCollection()
    • Method Detail

      • addAll

        public boolean addAll(java.util.Collection<? extends E> c)
        Specified by:
        addAll in interface java.util.Collection<E>
      • containsAll

        public boolean containsAll(java.util.Collection<?> c)
        Specified by:
        containsAll in interface java.util.Collection<E>
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface java.util.Collection<E>
      • toArray

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

        public <T> T[] toArray(T[] a)
        Specified by:
        toArray in interface java.util.Collection<E>
      • removeAll

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

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.