org.glassfish.jersey.internal.util.collection
Class LinkedListSupplier<E>
java.lang.Object
org.glassfish.jersey.internal.util.collection.LinkedListSupplier<E>
- Type Parameters:
E - the type of elements held in the supplied collection.
- All Implemented Interfaces:
- com.google.common.base.Supplier<LinkedList<E>>
public class LinkedListSupplier<E>
- extends Object
- implements com.google.common.base.Supplier<LinkedList<E>>
Supplies the linked list instances holding elements of
type E.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkedListSupplier
public LinkedListSupplier()
get
public LinkedList<E> get()
- Specified by:
get in interface com.google.common.base.Supplier<LinkedList<E>>
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.