|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.truth0.util.Platform
public final class Platform
Extracted routines that need to be swapped in for GWT, to allow for minimal deltas between the GWT and non-GWT version.
Method Summary | |
---|---|
static String |
compressType(String type)
This is a no-op in GWT as it relies on matching. |
static boolean |
isInstanceOfType(Object instance,
Class<?> clazz)
Returns true if the instance is assignable to the type Clazz. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isInstanceOfType(Object instance, Class<?> clazz)
public static String compressType(String type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |