public interface  com.google.common.cache.Weigher extends java.lang.Object
{
public abstract int weigh(java.lang.Object, java.lang.Object);
}