[Java] Class ParameterArray
- groovy.lang.ParameterArray
Distinguish a parameter array from Object[].
- Authors:
- Pilho Kim
Constructor Summary
Constructor and description |
---|
ParameterArray
(Object data) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
Object |
get() | |
String |
toString() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public ParameterArray(Object data)
Method Detail
public Object get()
public String toString()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/lang/ParameterArray.html