Searched refs:AnInstance (Results 1 – 2 of 2) sorted by relevance
35 Map<AnInstance, AnInstance> value = new HashMap<AnInstance, AnInstance>(); in testDict()36 AnInstance instance = new AnInstance(value, value); in testDict()47 Map<AnInstance, AnInstance> value2 = (Map<AnInstance, AnInstance>) yaml.load(output1); in testDict()49 for (AnInstance tmpInstance : value2.values()) { in testDict()119 value.add(new AnInstance(value, value)); in testSet()122 Set<AnInstance> value2 = (Set<AnInstance>) yaml.load(output1); in testSet()125 for (AnInstance tmpInstance : value2) { in testSet()
18 public class AnInstance { class22 public AnInstance() { in AnInstance() method in AnInstance25 public AnInstance(Object foo, Object bar) { in AnInstance() method in AnInstance