public class JsonSchemaArray extends LinkedList<JsonSchema>
JsonSchema objects.
modCount| Constructor and Description |
|---|
JsonSchemaArray()
Default constructor.
|
JsonSchemaArray(JsonSchema... schemas)
Constructor with predefined types to add to this list.
|
| Modifier and Type | Method and Description |
|---|---|
JsonSchemaArray |
addAll(JsonSchema... schemas)
Convenience method for adding one or more
JsonSchema objects to this array. |
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArrayiteratorequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subListparallelStream, removeIf, streampublic JsonSchemaArray()
public JsonSchemaArray(JsonSchema... schemas)
schemas - The list of schemas in this array.public JsonSchemaArray addAll(JsonSchema... schemas)
JsonSchema objects to this array.schemas - The JsonSchema objects to add to this array.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.