org.glassfish.jersey.internal.util.collection
Interface Value<T>

Type Parameters:
T - value type.
All Known Subinterfaces:
Ref<T>

public interface Value<T>

A generic value provider.

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

Method Summary
 T get()
          Get the stored value.
 

Method Detail

get

T get()
Get the stored value.

Returns:
stored value.


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