| Package | Description |
|---|---|
| org.batoo.common.collections |
| Constructor and Description |
|---|
FastLinkedList(AbstractListListener<E> listener)
Constructs an empty list with an optional addition removal listener.
|
FastLinkedList(AbstractListListener<E> listener,
Collection<? extends E> c)
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.