public class CacheState extends Object
CacheState(int full, int partial, int miss)
boolean
equals(Object obj)
int
getFull()
getMiss()
getPartial()
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public CacheState(int full, int partial, int miss)
public int getFull()
public int getPartial()
public int getMiss()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2013. All Rights Reserved.