com.ibm.tivoli.maximo.oslc.provider

Class InsightsRouteHandler.KeyValuePair

  • java.lang.Object
    • com.ibm.tivoli.maximo.oslc.provider.InsightsRouteHandler.KeyValuePair
  • All Implemented Interfaces:
    java.util.Map.Entry
    Enclosing class:
    InsightsRouteHandler


    public class InsightsRouteHandler.KeyValuePair
    extends java.lang.Object
    implements java.util.Map.Entry
    • Constructor Summary

      Constructors 
      Constructor and Description
      KeyValuePair(java.lang.Object key, java.lang.Object value) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object getKey() 
      java.lang.Object getValue() 
      java.lang.Object setValue(java.lang.Object value) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Map.Entry

        comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
    • Constructor Detail

      • KeyValuePair

        public KeyValuePair(java.lang.Object key,
                            java.lang.Object value)
    • Method Detail

      • getKey

        public java.lang.Object getKey()
        Specified by:
        getKey in interface java.util.Map.Entry
      • getValue

        public java.lang.Object getValue()
        Specified by:
        getValue in interface java.util.Map.Entry
      • setValue

        public java.lang.Object setValue(java.lang.Object value)
        Specified by:
        setValue in interface java.util.Map.Entry