ConcurrentModificationException异常记录前言 Android开发中,使用ArrayList出现 Exception in thread "main" java.util.ConcurrentModificationException异常是比...Android# ArrayList# checkForComodification# ConcurrentModificationException4周前0250
Gson的简单使用前言 简单记录一下Gson的使用。Gson是Google提供的一个Java库,用于将Java对象转换为JSON格式数据或将JSON格式数据转换为Java对象。 开源的库 https://github....Android# ArrayList# fromJson# google4个月前01080
JNI之List集合前言 之前学了JNI中传输和创建对象数组,那如果穿集合呢?因此也整理一下,方便自己查阅。 这里以ArrayList为例。 正文 还是在之前的基础改的,具体细节,这里不重复了。 参考文章 《JNI开发-...NDK# ArrayList# JNI# jobject2年前01380