Uses of Class
com.google.gwt.typedarrays.shared.TypedArrays.Impl
-
Packages that use TypedArrays.Impl Package Description com.google.gwt.typedarrays.client com.google.gwt.typedarrays.server com.google.gwt.typedarrays.shared -
-
Uses of TypedArrays.Impl in com.google.gwt.typedarrays.client
Subclasses of TypedArrays.Impl in com.google.gwt.typedarrays.client Modifier and Type Class Description classNativeImplThe default implementation class, which assumes that Typed Arrays might be supported and does runtime checks where necessary, substituting emulated implementations of DataView and Uint8ClampedArray where they are missing.classNativeImplFullAn implementation class used for browsers which provide full native implementations of all typed array classes.classNoSupportImplThe implementation class for browsers known to have no support (even emulated) for typed arrays. -
Uses of TypedArrays.Impl in com.google.gwt.typedarrays.server
Subclasses of TypedArrays.Impl in com.google.gwt.typedarrays.server Modifier and Type Class Description classJavaImplPure Java implementation class for typed arrays. -
Uses of TypedArrays.Impl in com.google.gwt.typedarrays.shared
Methods in com.google.gwt.typedarrays.shared that return TypedArrays.Impl Modifier and Type Method Description (package private) static TypedArrays.ImplTypedArraysFactory. createImpl()
-