org.apache.tapestry5.internal.util
Class MultiKey
java.lang.Object
org.apache.tapestry5.internal.util.MultiKey
public final class MultiKey
- extends Object
Combines multiple values to form a single composite key. MultiKey can often be used as an alternative to nested
maps.
Constructor Summary |
MultiKey(Object... values)
Creates a new instance from the provided values. |
MultiKey
public MultiKey(Object... values)
- 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
-
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2012 The Apache Software Foundation.