Home
last modified time | relevance | path

Searched defs:union1 (Results 1 – 1 of 1) sorted by relevance

/external/ow2-asm/asm-analysis/src/test/java/org/objectweb/asm/tree/analysis/
DSmallSetTest.java60 Set<Object> union1 = set1.union(set2); in testUnion_oneElement_emptySet() local
72 Set<Object> union1 = set1.union(set2); in testUnion_oneElement_oneElement() local
84 Set<Object> union1 = set1.union(set2); in testUnion_oneElement_twoElements_superSet() local
96 Set<Object> union1 = set1.union(set2); in testUnion_twoElements_twoElements_equalSets() local
108 Set<Object> union1 = set1.union(set2); in testUnion_twoElements_oneElement_distinctSets() local
120 Set<Object> union1 = set1.union(set2); in testUnion_twoElements_twoElements_distincSets() local