JBoss Common Classes 2.2.17.GA

org.jboss.util.collection
Interface ValueRef<K,V>

Type Parameters:
K - the key type
V - the value type
All Superinterfaces:
Map.Entry<K,V>

public interface ValueRef<K,V>
extends Map.Entry<K,V>

ValueRef.

Author:
Ales Justin

Method Summary
 V get()
          Get underlying value.
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, getValue, hashCode, setValue
 

Method Detail

get

V get()
Get underlying value.

Returns:
the value

JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.