public class SchemaArray extends LinkedList<Schema>
modCount
Constructor and Description |
---|
SchemaArray()
Default constructor.
|
SchemaArray(Schema... schemas)
Constructor with predefined types to add to this list.
|
Modifier and Type | Method and Description |
---|---|
SchemaArray |
addAll(Schema... schemas)
Convenience method for adding one or more
Schema 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, toArray
iterator
equals, hashCode, listIterator, removeRange, subList
containsAll, isEmpty, removeAll, retainAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subList
parallelStream, removeIf, stream
public SchemaArray()
public SchemaArray(Schema... schemas)
schemas
- The list of schemas in this array.public SchemaArray addAll(Schema... schemas)
Schema
objects to this array.schemas
- The Schema
objects to add to this array.Copyright © 2018 Apache. All rights reserved.