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

All Implemented Interfaces:
    Serializable, Collection

Adapts an LongCollection to the Collection interface.

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

Constructor:
 public LongCollectionCollection(LongCollection collection) 
Method from org.apache.commons.collections.primitives.adapters.LongCollectionCollection Summary:
getLongCollection,   wrap
Methods from org.apache.commons.collections.primitives.adapters.AbstractLongCollectionCollection:
add,   addAll,   clear,   contains,   containsAll,   getLongCollection,   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.LongCollectionCollection Detail:
 protected LongCollection getLongCollection() 
 public static Collection wrap(LongCollection collection)