Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives » decorators » [javadoc | source]
org.apache.commons.collections.primitives.decorators
public final class: UnmodifiableLongList [javadoc | source]
java.lang.Object
   org.apache.commons.collections.primitives.decorators.BaseProxyLongCollection
      org.apache.commons.collections.primitives.decorators.BaseProxyLongList
         org.apache.commons.collections.primitives.decorators.BaseUnmodifiableLongList
            org.apache.commons.collections.primitives.decorators.UnmodifiableLongList

All Implemented Interfaces:
    Serializable, LongList, LongCollection

Constructor:
 UnmodifiableLongList(LongList list) 
Method from org.apache.commons.collections.primitives.decorators.UnmodifiableLongList Summary:
getProxiedList,   wrap
Methods from org.apache.commons.collections.primitives.decorators.BaseUnmodifiableLongList:
add,   add,   addAll,   addAll,   clear,   iterator,   listIterator,   listIterator,   removeAll,   removeElement,   removeElementAt,   retainAll,   set,   subList
Methods from org.apache.commons.collections.primitives.decorators.BaseProxyLongList:
add,   addAll,   get,   getProxiedCollection,   getProxiedList,   indexOf,   lastIndexOf,   listIterator,   listIterator,   removeElementAt,   set,   subList
Methods from org.apache.commons.collections.primitives.decorators.BaseProxyLongCollection:
add,   addAll,   clear,   contains,   containsAll,   equals,   getProxiedCollection,   hashCode,   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.decorators.UnmodifiableLongList Detail:
 protected LongList getProxiedList() 
 public static final LongList wrap(LongList list)