![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ltsopensource.core.json.JSONArray Maven / Gradle / Ivy
package com.github.ltsopensource.core.json;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
/**
* @author Robert HG ([email protected]) on 11/19/15.
*/
public interface JSONArray {
public int size();
public boolean isEmpty();
public boolean contains(Object o);
public Iterator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy