org.apache.commons.collections.primitives.adapters

Class NonSerializableLongListList

final class NonSerializableLongListList extends AbstractLongListList

Since: Commons Primitives 1.0

Version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $

Author: Rodney Waldhoff

Field Summary
LongList_list
Constructor Summary
NonSerializableLongListList(LongList list)
Creates a List List wrapping the specified LongList.
Method Summary
protected LongListgetLongList()

Field Detail

_list

private LongList _list

Constructor Detail

NonSerializableLongListList

public NonSerializableLongListList(LongList list)
Creates a List List wrapping the specified LongList.

Method Detail

getLongList

protected LongList getLongList()
Copyright (c) 2002-2003 - Apache Software Foundation