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 Object
A mapping service entry in the DAO.
  • Constructor Details

    • MappingEntry

      public MappingEntry(String key, V value)
  • Method Details