Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for iskeyword (0.23 sec)

  1. android/guava/src/com/google/common/reflect/Invokable.java

      /**
       * Returns {@code true} if this method is final, per {@code Modifier.isFinal(getModifiers())}.
       *
       * <p>Note that a method may still be effectively "final", or non-overridable when it has no
       * {@code final} keyword. For example, it could be private, or it could be declared by a final
       * class. To tell whether a method is overridable, use {@link Invokable#isOverridable}.
       */
      public final boolean isFinal() {
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Dec 14 20:35:03 GMT 2023
    - 18.6K bytes
    - Viewed (0)
Back to top