-
public final class DeclaredMembers
extends Object
Utility class for retrieving declared fields or methods in a particular order, because the JVM
doesn't guarantee ordering for listing declared methods. We don't externally guarantee an
ordering, but having a consistent ordering allows deterministic behavior and simpler tests.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2006–2020 Google, Inc.. All rights reserved.