Home
last modified time | relevance | path

Searched refs:AnInstance (Results 1 – 2 of 2) sorted by relevance

/external/snakeyaml/src/test/java/org/pyyaml/
DPyRecursiveTest.java35 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()
DAnInstance.java18 public class AnInstance { class
22 public AnInstance() { in AnInstance() method in AnInstance
25 public AnInstance(Object foo, Object bar) { in AnInstance() method in AnInstance