ObjectGraphMeasurer.java | 21 import com.google.common.base.Objects; 35 * ({@literal e.g.}, number of objects, references, 43 private final int objects; field in class:ObjectGraphMeasurer.Footprint 53 * Constructs a Footprint, by specifying the number of objects, 56 * @param objects the number of objects 62 public Footprint(int objects, int nonNullRefs, int nullRefs, 64 Preconditions.checkArgument(objects >= 0, "Negative number of objects"); 69 this.objects = objects 187 private int objects; field in class:ObjectGraphMeasurer.ObjectGraphVisitor [all...] |