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 Summary
-
Method Summary
-
Constructor Details
-
Value
public Value()Creates a new Value -
Value
Creates a new Value- Parameters:
val
- The value to use for this pair
-
-
Method Details
-
getValue
Gets the value for this Value.- Returns:
- value for this Value
-
toString
String
representation of thisValue
. -
setValue
-
hashCode
public int hashCode() -
equals
-