- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isPublicStaticFinal (0.13 sec)
-
src/main/java/org/codelibs/core/lang/ModifierUtil.java
assertArgumentNotNull("field", field); return isPublicStaticFinal(field.getModifiers()); } /** * Checks if the specified modifier is public, static, and final. * * @param modifier * the modifier to check * @return true if public, static, and final, false otherwise */ public static boolean isPublicStaticFinal(final int modifier) {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 5.3K bytes - Viewed (0)