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

Type Parameters:
T - referred value type
All Superinterfaces:
Settable<T>, Value<T>

public interface Ref<T>
extends Value<T>, Settable<T>

A possibly mutable value reference. Reference can be initialized by Settable.set(Object) and the reference can be get by Value.get().

Author:
Paul Sandoz, Marek Potociar (marek.potociar at oracle.com)
See Also:
Refs

Method Summary
 
Methods inherited from interface org.glassfish.jersey.internal.util.collection.Value
get
 
Methods inherited from interface org.glassfish.jersey.internal.util.collection.Settable
set
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.