groovy / 4.0 / org / codehaus / groovy / transform / stc / statictypecheckingsupport.floatarraystatictypeshelper.html

[Java] Class StaticTypeCheckingSupport.FloatArrayStaticTypesHelper

  • org.codehaus.groovy.transform.stc.StaticTypeCheckingSupport.FloatArrayStaticTypesHelper
public static class StaticTypeCheckingSupport.FloatArrayStaticTypesHelper

Methods Summary

Methods
Type Params Return Type Name and description
public static Float getAt(float[] array, int index)
public static void putAt(float[] array, int index, float value)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Method Detail

public static Float getAt(float[] array, int index)

public static void putAt(float[] array, int index, float value)