This project has retired. For details please refer to its
Attic page.
MapEntryArrayValues (Tiles Request Framework 1.0.8-SNAPSHOT API)
-
-
Constructor Summary
Constructors
Constructor and Description |
MapEntryArrayValues(K key,
V[] value,
boolean modifiable)
Constructor.
|
-
Method Summary
Methods
Modifier and Type |
Method and Description |
boolean |
equals(Object o)
Determines if this entry is equal to the passed object.
|
int |
hashCode()
Returns the hashcode for this entry.
|
-
-
Method Detail
-
hashCode
public int hashCode()
Returns the hashcode for this entry.
- Specified by:
hashCode
in interface Map.Entry<K,V[]>
- Overrides:
hashCode
in class MapEntry<K,V[]>
- Returns:
- The and'ed hashcode of the key and value
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.