私はこの次のループを持っています
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)
インデックスはループのインデックスでなければなりません。どうすれば達成できますか? リストから特定のエントリを取得する必要があります。
ありがとう!