GWT 2.7.0

com.google.gwt.typedarrays.shared
Class TypedArraysFactory

java.lang.Object
  extended by com.google.gwt.typedarrays.shared.TypedArraysFactory

 class TypedArraysFactory
extends java.lang.Object

Factory for creating a TypedArrays implementation.

This is the pure Java version.


Constructor Summary
TypedArraysFactory()
           
 
Method Summary
(package private) static TypedArrays.Impl createImpl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypedArraysFactory

TypedArraysFactory()
Method Detail

createImpl

static TypedArrays.Impl createImpl()

GWT 2.7.0