public class Fetch extends ArrayList<String>
modCount
Constructor and Description |
---|
Fetch(String... fetch)
Create a new fetch with the specified fields.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Get the comma separated list of fields to be returned.
|
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, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public Fetch(String... fetch)
fetch
- one or more fields to be returnedpublic String toString()
toString
in class AbstractCollection<String>
Copyright © 2016. All Rights Reserved.