Class MapEntryArrayValues<K,V>
java.lang.Object
org.apache.tiles.request.collection.MapEntry<K,V[]>
org.apache.tiles.request.collection.MapEntryArrayValues<K,V>
- Type Parameters:
K
- The key type.V
- The value type.
- All Implemented Interfaces:
Map.Entry<K,
V[]>
Multi-valued map entry.
-
Constructor Details
-
MapEntryArrayValues
Constructor.- Parameters:
key
- The key of the entry.value
- The array of values.modifiable
- Iftrue
the entry is modifiable.
-
-
Method Details
-
hashCode
public int hashCode()Returns the hashcode for this entry.
-
equals
Determines if this entry is equal to the passed object.
-