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: AbstractCollectionByteCollection [javadoc | source]
java.lang.Object
   org.apache.commons.collections.primitives.adapters.AbstractCollectionByteCollection

All Implemented Interfaces:
    ByteCollection

Direct Known Subclasses:
    NonSerializableCollectionByteCollection, NonSerializableListByteList, ListByteList, CollectionByteCollection, AbstractListByteList

Constructor:
 protected AbstractCollectionByteCollection() 
Method from org.apache.commons.collections.primitives.adapters.AbstractCollectionByteCollection Summary:
add,   addAll,   clear,   contains,   containsAll,   getCollection,   isEmpty,   iterator,   removeAll,   removeElement,   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.AbstractCollectionByteCollection Detail:
 public boolean add(byte element) 
 public boolean addAll(ByteCollection c) 
 public  void clear() 
 public boolean contains(byte element) 
 public boolean containsAll(ByteCollection c) 
 abstract protected Collection getCollection()
 public boolean isEmpty() 
 public ByteIterator iterator() 
 public boolean removeAll(ByteCollection c) 
 public boolean removeElement(byte element) 
 public boolean retainAll(ByteCollection c) 
 public int size() 
 public byte[] toArray() 
 public byte[] toArray(byte[] dest) 
 public String toString()