Class MultiKey
java.lang.Object
org.apache.tapestry5.commons.util.MultiKey
Combines multiple values to form a single composite key. MultiKey can often be used as an alternative to nested
maps.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MultiKey
Creates a new instance from the provided values. It is assumed that the values provided are good map keys themselves -- immutable, with proper implementations of equals() and hashCode().- Parameters:
values
-
-
-
Method Details