org.glassfish.jersey.internal.util.collection
Class LinkedListSupplier<E>

java.lang.Object
  extended by 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<java.util.LinkedList<E>>

public class LinkedListSupplier<E>
extends java.lang.Object
implements com.google.common.base.Supplier<java.util.LinkedList<E>>

Supplies the linked list instances holding elements of type E.

Author:
Marek Potociar (marek.potociar at oracle.com)

Constructor Summary
LinkedListSupplier()
           
 
Method Summary
 java.util.LinkedList<E> get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedListSupplier

public LinkedListSupplier()
Method Detail

get

public java.util.LinkedList<E> get()
Specified by:
get in interface com.google.common.base.Supplier<java.util.LinkedList<E>>


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.