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

/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DMBeanInfo.java362 private MBeanOperationInfo[] fastGetOperations() { method in class:MBeanInfo
463 "operations=" + Arrays.asList(fastGetOperations()) + ", " +
503 Arrays.equals(p.fastGetOperations(), fastGetOperations()) &&
521 ^ Arrays.hashCode(fastGetOperations())

Completed in 38 milliseconds