Searched refs:fastGetNotifTypes (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/src/java.management/share/classes/javax/management/
H A DMBeanNotificationInfo.java160 private String[] fastGetNotifTypes() { method in class:MBeanNotificationInfo
172 "notifTypes=" + Arrays.asList(fastGetNotifTypes()) + ", " +
200 Arrays.equals(p.fastGetNotifTypes(), fastGetNotifTypes()));

Completed in 39 milliseconds