|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.request.collection.MapEntry<K,V[]>
org.apache.tiles.request.collection.MapEntryArrayValues<K,V>
K
- The key type.V
- The value type.public class MapEntryArrayValues<K,V>
Multi-valued map entry.
Constructor Summary | |
---|---|
MapEntryArrayValues(K key,
V[] value,
boolean modifiable)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Determines if this entry is equal to the passed object. |
int |
hashCode()
Returns the hashcode for this entry. |
Methods inherited from class org.apache.tiles.request.collection.MapEntry |
---|
getKey, getValue, setValue |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapEntryArrayValues(K key, V[] value, boolean modifiable)
key
- The key of the entry.value
- The array of values.modifiable
- If true
the entry is modifiable.Method Detail |
---|
public int hashCode()
Returns the hashcode for this entry.
hashCode
in interface Map.Entry<K,V[]>
hashCode
in class MapEntry<K,V[]>
public boolean equals(Object o)
Determines if this entry is equal to the passed object.
equals
in interface Map.Entry<K,V[]>
equals
in class MapEntry<K,V[]>
o
- The object to test
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |