org.apache.commons.collections.primitives.adapters
Class NonSerializableIntListList

java.lang.Object
  extended by org.apache.commons.collections.primitives.adapters.AbstractIntCollectionCollection
      extended by org.apache.commons.collections.primitives.adapters.AbstractIntListList
          extended by org.apache.commons.collections.primitives.adapters.NonSerializableIntListList
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, java.util.List

final class NonSerializableIntListList
extends AbstractIntListList

Since:
Commons Primitives 1.0
Version:
$Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $
Author:
Rodney Waldhoff

Field Summary
private  IntList _list
           
 
Constructor Summary
NonSerializableIntListList(IntList list)
          Creates a List wrapping the specified IntList.
 
Method Summary
protected  IntList getIntList()
           
 
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractIntListList
add, addAll, equals, get, getIntCollection, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
 
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractIntCollectionCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Field Detail

_list

private IntList _list
Constructor Detail

NonSerializableIntListList

public NonSerializableIntListList(IntList list)
Creates a List wrapping the specified IntList.

Method Detail

getIntList

protected IntList getIntList()
Specified by:
getIntList in class AbstractIntListList


Copyright (c) 2002-2003 - Apache Software Foundation