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- 
MapEntryArrayValuesConstructor.- Parameters:
- key- The key of the entry.
- value- The array of values.
- modifiable- If- truethe entry is modifiable.
 
 
- 
- 
Method Details- 
hashCodepublic int hashCode()Returns the hashcode for this entry. 
- 
equalsDetermines if this entry is equal to the passed object. 
 
-