com.google.common.collect.testing
Class GwtPlatform

java.lang.Object
  extended by com.google.common.collect.testing.GwtPlatform

@GwtScriptOnly
@GwtCompatible
public final class GwtPlatform
extends Object

Version of GwtPlatform used in hosted-mode. It includes methods in Platform that requires different implementions in web mode and hosted mode. It is factored out from Platform because @GwtScriptOnly only supports public classes and methods.

Author:
Hayward Chan

Method Summary
static
<T> T[]
clone(T[] array)
          See Platform.clone(Object[])
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clone

public static <T> T[] clone(T[] array)
See Platform.clone(Object[])



Copyright © 2010-2012. All Rights Reserved.