Home | History | Annotate | Download | only in lang

Lines Matching defs:coll

2593         Collection<Annotation> coll = map.values();
2594 return coll.toArray(new Annotation[coll.size()]);