Class TypedArraysFactory
- java.lang.Object
-
- com.google.gwt.typedarrays.shared.TypedArraysFactory
-
class TypedArraysFactory extends java.lang.Object
Factory for creating aTypedArrays
implementation.This is the pure Java version.
-
-
Constructor Summary
Constructors Constructor Description TypedArraysFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static TypedArrays.Impl
createImpl()
-
-
-
Method Detail
-
createImpl
static TypedArrays.Impl createImpl()
-
-