[Java] Class ValueList

  • org.apache.groovy.json.internal.ValueList
public class ValueList
extends AbstractList

Constructor Summary

Constructors
Constructor and description
ValueList (boolean lazyChop)

Methods Summary

Methods
Type Params Return Type Name and description
public boolean add(Object obj)
public void chopList()
public void clear()
public Object get(int index)
public Iterator<Object> iterator()
public List<Object> list()
public int size()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class AbstractList add, add, remove, get, equals, hashCode, indexOf, clear, lastIndexOf, subList, iterator, addAll, set, listIterator, listIterator, remove, toString, isEmpty, contains, size, toArray, toArray, addAll, containsAll, retainAll, removeAll, wait, wait, wait, getClass, notify, notifyAll, toArray, spliterator, stream, removeIf, parallelStream, forEach, replaceAll, sort

Constructor Detail

public ValueList(boolean lazyChop)

Method Detail

public boolean add(Object obj)

public void chopList()

public void clear()

public Object get(int index)

public Iterator<Object> iterator()

public List<Object> list()

public int size()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/json/internal/ValueList.html