我有以下循环
for (Annotation currAnnotation : annotation.getAnnotations())
{
List<Map<String, String>> list = annotation.getList();
list.get(index)
索引应该是循环的索引,我该如何实现?我需要从列表中获取特定条目。
谢谢!
我有以下循环
for (Annotation currAnnotation : annotation.getAnnotations())
{
List<Map<String, String>> list = annotation.getList();
list.get(index)
索引应该是循环的索引,我该如何实现?我需要从列表中获取特定条目。
谢谢!