treecalc.rt
Class CacheKey

java.lang.Object
  extended by treecalc.rt.CacheKey

public final class CacheKey
extends java.lang.Object


Field Summary
protected  int id
           
 
Constructor Summary
CacheKey(int id, V[] args, long[] counters)
           
 
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
 

Field Detail

id

protected final int id
Constructor Detail

CacheKey

public CacheKey(int id,
                V[] args,
                long[] counters)
Method Detail

hashCode

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

equals

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


Copyright © 2013. All Rights Reserved.