org.apache.commons.collections.primitives.adapters

Class NonSerializableIntListList

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
IntList_list
Constructor Summary
NonSerializableIntListList(IntList list)
Creates a List List wrapping the specified IntList.
Method Summary
protected IntListgetIntList()

Field Detail

_list

private IntList _list

Constructor Detail

NonSerializableIntListList

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

Method Detail

getIntList

protected IntList getIntList()
Copyright (c) 2002-2003 - Apache Software Foundation