Searched defs:nullIsEmpty (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectionImpl.java369 nullIsEmpty(unwrap(params, classLoaderWithRepository, Object[].class));
374 nullIsEmpty(signature) };
431 values = nullIsEmpty(unwrap(params,
439 nullIsEmpty(signature) };
831 values = nullIsEmpty(unwrap(params,
839 nullIsEmpty(signature) };
1667 private static Object[] nullIsEmpty(Object[] array) { method in class:RMIConnectionImpl
1671 private static String[] nullIsEmpty(String[] array) { method in class:RMIConnectionImpl

Completed in 35 milliseconds