[Java] Class MapEntry

  • groovy.util.MapEntry
All Implemented Interfaces and Traits:
Map.Entry
public class MapEntry
extends Object

A Map.Entry implementation.

Properties Summary

Properties
Type Name and description
Object key
Object value

Constructor Summary

Constructors
Constructor and description
MapEntry (Object key, Object value)

Methods Summary

Methods
Type Params Return Type Name and description
boolean equals(Object that)
boolean equals(MapEntry that)
Object getKey()
Object getValue()
protected int hash(Object object)
Helper method to handle object hashes for possibly null values
int hashCode()
void setKey(Object key)
Object setValue(Object value)
String toString()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Property Detail

Object key

Object value

Constructor Detail

public MapEntry(Object key, Object value)

Method Detail

public boolean equals(Object that)

public boolean equals(MapEntry that)

public Object getKey()

public Object getValue()

protected int hash(Object object)

Helper method to handle object hashes for possibly null values

public int hashCode()

public void setKey(Object key)

public Object setValue(Object value)

public String toString()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/groovy/util/MapEntry.html