com.atlassian.bamboo.util
Class CallableResultCache.CachedOperationId<T>

java.lang.Object
  extended by com.atlassian.bamboo.util.CallableResultCache.CachedOperationId<T>
Enclosing class:
CallableResultCache<T>

public static final class CallableResultCache.CachedOperationId<T>
extends java.lang.Object


Constructor Summary
CallableResultCache.CachedOperationId(java.util.concurrent.Callable<T> callable, java.lang.Object... keys)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.concurrent.Callable<T> getCallable()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableResultCache.CachedOperationId

public CallableResultCache.CachedOperationId(java.util.concurrent.Callable<T> callable,
                                             java.lang.Object... keys)
Method Detail

equals

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

getCallable

public java.util.concurrent.Callable<T> getCallable()

hashCode

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


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.