of<$E extends JObject?> static method
from: static public java.util.List<E> of()
The returned object must be released after use, by calling the release method.
Implementation
static JList<$E?>? of<$E extends jni$_.JObject?>() {
final _$$classRef = _class.reference;
return _of(_$$classRef.pointer, _id_of.pointer).object<JList<$E?>?>();
}