|
Groovy JDK |
true
if the intersection of two collections is empty.
true
according to the Groovy Truth.
self
with environments envp
under the working directory dir
.
self
with environments envp
under the working directory dir
.
Create a String representation of this date according to the given format pattern.
Shortcut for {@link SimpleDateFormat} to output a String representation of this calendar instance.
Return a string representation of the 'day' portion of this date according to the locale-specific {@link DateFormat#SHORT} default format.
Return a string representation of the date and time time portion of this Date instance, according to the locale-specific format used by {@link DateFormat}.
String.metaClass.myMethod = { println "foo" }
Return a string representation of the time portion of this date according to the locale-specific {@link DateFormat#MEDIUM} default format.
{@link #isCase(Object,Object)}
method used by switch statements.
Returns true of the implementing MetaClass has a property of the given name
Note that this method will only return true for realised properties and does not take into account implementation of getProperty or propertyMissing
compareTo()
method for comparing numbers of different
types.
toString()
representation of each
items in this array, with the given String as a separator between each
item.
Map
containing all entries from self
and entries
,
giving precedence to entries
.
Map
containing all entries from left
and right
,
giving precedence to right
.
Returns an object satisfying Groovy truth if the implementing MetaClass responds to a method with the given name regardless of the arguments.
Returns an object satisfying Groovy truth if the implementing MetaClass responds to a method with the given name and arguments types.
size()
method for an array.
|
Groovy JDK |