net.floodlightcontroller.counter
Class CounterStore.CounterKeyTuple

java.lang.Object
  extended by net.floodlightcontroller.counter.CounterStore.CounterKeyTuple
Enclosing class:
CounterStore

protected class CounterStore.CounterKeyTuple
extends java.lang.Object


Constructor Summary
CounterStore.CounterKeyTuple(byte msgType, long dpid, short l3type, byte l4type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterStore.CounterKeyTuple

public CounterStore.CounterKeyTuple(byte msgType,
                                    long dpid,
                                    short l3type,
                                    byte l4type)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object