Package manifold.json.rt.api
Class JsonList<T>
- java.lang.Object
-
- manifold.json.rt.api.JsonList<T>
-
- All Implemented Interfaces:
Serializable,Iterable<T>,Collection<T>,List<T>,manifold.ext.rt.api.IListBacked<T>,IJsonList<T>
public class JsonList<T> extends Object implements IJsonList<T>, Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJsonList.Serializer<T>-
Nested classes/interfaces inherited from interface manifold.json.rt.api.IJsonList
IJsonList.Factory
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Class<?>getFinalComponentType()ListgetList()inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, emptyArray, finalize, getClass, jailbreak, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
toArray
-
Methods inherited from interface manifold.ext.rt.api.IListBacked
add, add, addAll, addAll, clear, coerce, coerceListToBindingValues, coerceListToComplexValues, contains, containsAll, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, parallelStream, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, stream, subList, toArray, toArray, toBindings, toBindingsValue
-
-