Toggle navigation
Home
twitter4j.JSONArray to java.util.List<java.lang.String>
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'keycloak'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Jdk
Mapping:
Add or Remove Method invocation
attrValue.length()
to
attrValue.size()
attributes.getJSONArray("key2")
to
attributes.get("key2")
attrValue.length()
to
attrValue.size()