Searched refs:assoc (Results 1 – 2 of 2) sorted by relevance
307 allAssociations.forEach(assoc -> stringJoiner.add(assoc.toShortString())); in setAssociations()
1325 Assoc<Spec, Bounds> assoc = Assoc.of(Spec.class, Bounds.class); in createGroupBounds() local1332 assoc.put(spec, bounds); in createGroupBounds()1334 return assoc.pack(); in createGroupBounds()