E - the LinkedList element type parameterpublic class LinkedListFactory<E> extends Object implements Supplier<LinkedList<E>>
| Constructor and Description |
|---|
LinkedListFactory() |
public LinkedList<E> get()
get in interface Supplier<LinkedList<E>>Copyright © 2017. All rights reserved.