|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.runtime.DefaultGroovyMethodsSupport
class DefaultGroovyMethodsSupport extends Object
Support methods for DefaultGroovyMethods and PluginDefaultMethods.
Nested Class Summary | |
---|---|
class |
DefaultGroovyMethodsSupport.RangeInfo
|
Constructor Summary | |
DefaultGroovyMethodsSupport()
|
Method Summary | |
---|---|
protected static Collection
|
cloneSimilarCollection(Collection orig, int newCapacity)
|
protected static Map
|
cloneSimilarMap(Map orig)
|
static void
|
closeQuietly(Closeable c)
Close the Closeable. |
static void
|
closeWithWarning(Closeable c)
Close the Closeable. |
protected static Collection
|
createSimilarCollection(Collection collection)
|
protected static Collection
|
createSimilarCollection(Collection orig, int newCapacity)
|
protected static List
|
createSimilarList(List orig, int newCapacity)
|
protected static Map
|
createSimilarMap(Map orig)
|
protected static Collection
|
createSimilarOrDefaultCollection(Object object)
|
protected static Set
|
createSimilarSet(Set orig)
|
protected static int
|
normaliseIndex(int i, int size)
This converts a possibly negative index to a real index into the array. |
protected static boolean
|
sameType(Collection[] cols)
Determines if all items of this array are of the same type. |
protected static RangeInfo
|
subListBorders(int size, Range range)
|
protected static RangeInfo
|
subListBorders(int size, EmptyRange range)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
DefaultGroovyMethodsSupport()
Method Detail |
---|
protected static Collection cloneSimilarCollection(Collection orig, int newCapacity)
protected static Map cloneSimilarMap(Map orig)
public static void closeQuietly(Closeable c)
public static void closeWithWarning(Closeable c)
protected static Collection createSimilarCollection(Collection collection)
protected static Collection createSimilarCollection(Collection orig, int newCapacity)
protected static List createSimilarList(List orig, int newCapacity)
protected static Map createSimilarMap(Map orig)
protected static Collection createSimilarOrDefaultCollection(Object object)
protected static Set createSimilarSet(Set orig)
protected static int normaliseIndex(int i, int size)
protected static boolean sameType(Collection[] cols)
protected static RangeInfo subListBorders(int size, Range range)
protected static RangeInfo subListBorders(int size, EmptyRange range)
Copyright © 2003-2009 The Codehaus. All rights reserved.