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

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

public interface Settable<T>

A generic settable value container.

Author:
Miroslav Fuksa (miroslav.fuksa at oracle.com)

Method Summary
 void set(T value)
          Set a new value.
 

Method Detail

set

void set(T value)
Set a new value.

Parameters:
value - value to be set.


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