org.aksw.commons.graph
Class CacheState

java.lang.Object
  extended by org.aksw.commons.graph.CacheState

public class CacheState
extends Object


Constructor Summary
CacheState(int full, int partial, int miss)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getFull()
           
 int getMiss()
           
 int getPartial()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheState

public CacheState(int full,
                  int partial,
                  int miss)
Method Detail

getFull

public int getFull()

getPartial

public int getPartial()

getMiss

public int getMiss()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2012. All Rights Reserved.