Class FFMHelper
java.lang.Object
cool.scx.ffm.FFMHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Parameterstatic Parameter[]convertToParameters(Object[] objs) static MemoryLayoutgetMemoryLayout(Class<?> type) static MemoryLayout[]getMemoryLayouts(Class<?>[] types) static StringtoString(char[] buf)
-
Constructor Details
-
FFMHelper
public FFMHelper()
-
-
Method Details
-
getMemoryLayout
-
getMemoryLayouts
-
convertToParameter
public static Parameter convertToParameter(Object o) throws NoSuchMethodException, IllegalAccessException -
convertToParameters
public static Parameter[] convertToParameters(Object[] objs) throws NoSuchMethodException, IllegalAccessException -
toString
-