Class StaticTypeCheckingSupport.CharArrayStaticTypesHelper
java.lang.Object
org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.CharArrayStaticTypesHelper
- Enclosing class:
- StaticTypeCheckingSupport
public static class StaticTypeCheckingSupport.CharArrayStaticTypesHelper
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description CharArrayStaticTypesHelper()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CharArrayStaticTypesHelper
public CharArrayStaticTypesHelper()
-
-
Method Details
-
getAt
public static java.lang.Character getAt(char[] array, int index) -
putAt
public static void putAt(char[] array, int index, char value)
-