Class TypedArrays

java.lang.Object
com.google.gwt.typedarrays.shared.TypedArrays

public class TypedArrays extends Object
Factory class for various typed arrays. Behavior of all other methods is undefined if isSupported() returns false.

In client code, the various types are implemented by JavaScriptObjects, so you cannot reliable use instanceof checks on any of the returned implementations.