Searched defs:Instance (Results 1 - 1 of 1) sorted by relevance

/dalvik/hit/src/com/android/hit/
H A DInstance.java23 public abstract class Instance { class
39 public boolean accept(Instance instance);
43 private ArrayList<Instance> mParents;
52 * for in a heap other than the one this Instance is in.
62 public abstract void visit(Set<Instance> resultSet, Filter filter);
69 HashSet<Instance> set = new HashSet<Instance>();
75 for (Instance instance: set) {
93 // Add to the list of objects that have a hard reference to this Instance
94 public void addParent(Instance paren
[all...]

Completed in 58 milliseconds