64656667686970
} public Iterator keyIterator(MBeanServerConnection server) throws IOException, MBeanException, AttributeNotFoundException, InstanceNotFoundException, ReflectionException { return new JMXArrayIndexKeyIterator(super.keyIterator(server)); }
68697071727374
ReflectionException { return new JMXArrayIndexKeyIterator(super.keyIterator(server)); } protected Iterator createTailIterator(Iterator it, int pos) { return new JMXArrayIndexKeyIterator(it, pos); }