Package com.logicaldoc.util
Class Value<V>
java.lang.Object
com.logicaldoc.util.Value<V>
- Type Parameters:
- V- the type of value
A simple value holder.
- Since:
- 8.9.4
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Valuepublic Value()Creates a new Value
- 
ValueCreates a new Value- Parameters:
- val- The value to use for this pair
 
 
- 
- 
Method Details- 
getValueGets the value for this Value.- Returns:
- value for this Value
 
- 
toStringStringrepresentation of thisValue.
- 
setValue
- 
hashCodepublic int hashCode()
- 
equals
 
-