Searched refs:getImplementedInterfaces (Results 1 – 1 of 1) sorted by relevance
146 System.out.println(c + " " + Arrays.toString(getImplementedInterfaces(c))); in testInterfaces()381 private static native Class<?>[] getImplementedInterfaces(Class<?> c); in getImplementedInterfaces() method in Test912