public class Parameters extends ArrayList<Parameter>
modCount| Constructor and Description |
|---|
Parameters()
constructor
|
Parameters(Collection<? extends Parameter> c)
constructor
|
Parameters(int initialCapacity)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getNames()
getNames
|
Class[] |
getTypes()
getTypes
|
Object |
getValue(int i) |
Object |
getValue(String name) |
Object[] |
getValues()
getValues
|
void |
setValues(Object... args)
setParameter
|
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, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic Parameters()
public Parameters(int initialCapacity)
initialCapacity - public Parameters(Collection<? extends Parameter> c)
c - Copyright © 2012–2018. All rights reserved.