public class DocRefs extends ArrayList<DocRef> implements OperationInput
modCount| Constructor and Description |
|---|
DocRefs() |
DocRefs(DocRefs docs) |
DocRefs(int size) |
| Modifier and Type | Method and Description |
|---|---|
String |
dump() |
String |
getInputRef() |
String |
getInputType() |
boolean |
isBinary() |
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic DocRefs()
public DocRefs(int size)
public DocRefs(DocRefs docs)
public String getInputType()
getInputType in interface OperationInputpublic String getInputRef()
getInputRef in interface OperationInputpublic boolean isBinary()
isBinary in interface OperationInputpublic String toString()
toString in class AbstractCollection<DocRef>public String dump()
Copyright © 2021. All rights reserved.