Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives » adapters » [javadoc | source]
org.apache.commons.collections.primitives.adapters
abstract class: AbstractByteCollectionCollection [javadoc | source]
java.lang.Object
   org.apache.commons.collections.primitives.adapters.AbstractByteCollectionCollection

All Implemented Interfaces:
    Collection

Direct Known Subclasses:
    AbstractByteListList, ByteCollectionCollection, NonSerializableByteListList, ByteListList, NonSerializableByteCollectionCollection

Method from org.apache.commons.collections.primitives.adapters.AbstractByteCollectionCollection Summary:
add,   addAll,   clear,   contains,   containsAll,   getByteCollection,   isEmpty,   iterator,   remove,   removeAll,   retainAll,   size,   toArray,   toArray,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.collections.primitives.adapters.AbstractByteCollectionCollection Detail:
 public boolean add(Object element) 
 public boolean addAll(Collection c) 
 public  void clear() 
 public boolean contains(Object element) 
 public boolean containsAll(Collection c) 
 abstract protected ByteCollection getByteCollection()
 public boolean isEmpty() 
 public Iterator iterator() 
 public boolean remove(Object element) 
 public boolean removeAll(Collection c) 
 public boolean retainAll(Collection c) 
 public int size() 
 public Object[] toArray() 
 public Object[] toArray(Object[] A) 
 public String toString()