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

All Implemented Interfaces:
    Serializable, Collection

Adapts an ByteCollection to the Collection interface.

This implementation delegates most methods to the provided ByteCollection implementation in the "obvious" way.

Constructor:
 public ByteCollectionCollection(ByteCollection collection) 
Method from org.apache.commons.collections.primitives.adapters.ByteCollectionCollection Summary:
getByteCollection,   wrap
Methods from org.apache.commons.collections.primitives.adapters.AbstractByteCollectionCollection:
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.ByteCollectionCollection Detail:
 protected ByteCollection getByteCollection() 
 public static Collection wrap(ByteCollection collection)