Searched defs:cast (Results 1 – 5 of 5) sorted by relevance
155 @libcore.util.Nullable public T cast(@libcore.util.Nullable java.lang.Object obj) { throw new Runti… in cast() method in Class
169 public T cast(java.lang.Object obj) { throw new RuntimeException("Stub!"); } in cast() method in Class
438 public <T> T cast(Object x, Class<T> type) { in cast() method in Wrapper
350 public T cast(java.lang.Object obj) { in cast() method in Class
47 template <typename T> static T cast(jlong address) { in cast() function