-
-
Constructor Summary
Constructors
| Constructor and Description |
Entry.Impl(K key,
V value) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
V |
getValue() |
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
Method Detail
-
getValue
public V getValue()
- Returns:
- the value of this entry. It could be an implemented value of
V or null.
Copyright © 2013 echocat. All Rights Reserved.