Class MappingEntry<V>
- java.lang.Object
-
- org.opendaylight.lispflowmapping.interfaces.dao.MappingEntry<V>
-
- Type Parameters:
V- The type of the mapping key.
public class MappingEntry<V> extends java.lang.ObjectA mapping service entry in the DAO.
-
-
Constructor Summary
Constructors Constructor Description MappingEntry(java.lang.String key, V value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetKey()VgetValue()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
MappingEntry
public MappingEntry(java.lang.String key, V value)
-
-
Method Detail
-
getKey
public java.lang.String getKey()
-
getValue
public V getValue()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-