我有java HashSet:
setsockopt
我在jsp中选择了标签:
private Set<UserRole> rolesList = new HashSet<UserRole>();
现在我想做下一步:我想多次迭代角色List(当用户wnats添加更多角色时),创建新的HashSet并将其作为新属性返回。有可能吗?
答案 0 :(得分:0)
我在Google中深深地发现,此类可用于将多个选定项目映射到后端集合: CustomCollectionEditor 。