se.unlogic.standardutils.threads
Class MutexKey<T>

java.lang.Object
  extended by se.unlogic.standardutils.threads.MutexKey<T>

public class MutexKey<T>
extends Object


Constructor Summary
MutexKey(T value)
           
 
Method Summary
 boolean equals(Object obj)
           
 T getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutexKey

public MutexKey(T value)
Method Detail

getValue

public T getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2011. All Rights Reserved.