Tag

Utility methods

1 views collected around this technical thread.

macrozheng
macrozheng
Apr 17, 2025 · Fundamentals

Mastering Apache Commons StringUtils: When to Use isEmpty, isBlank, and Their Variants

This article explains the differences between Apache Commons StringUtils methods such as isEmpty, isBlank, and their extended variants, provides practical code examples for each, and guides developers on choosing the appropriate utility for handling null, empty, or whitespace strings in Java.

Apache CommonsJavaString handling
0 likes · 7 min read
Mastering Apache Commons StringUtils: When to Use isEmpty, isBlank, and Their Variants
Java Architect Essentials
Java Architect Essentials
Mar 6, 2024 · Fundamentals

Exploring Apache Commons Lang StringUtils: isEmpty, isBlank, and Related Methods

This article introduces the Apache Commons Lang StringUtils class, demonstrating how its isEmpty, isNotEmpty, isAnyEmpty, isNoneEmpty, isBlank, isNotBlank, isAnyBlank, and isNoneBlank methods work with practical code examples and explains their behavior for different input scenarios.

Apache CommonsJavaString handling
0 likes · 7 min read
Exploring Apache Commons Lang StringUtils: isEmpty, isBlank, and Related Methods
Architecture Digest
Architecture Digest
Aug 11, 2023 · Fundamentals

Understanding Apache Commons Lang StringUtils: isEmpty, isBlank, and Related Methods

This article explains the behavior and differences of Apache Commons Lang StringUtils methods such as isEmpty, isNotEmpty, isAnyEmpty, isNoneEmpty, isBlank, isNotBlank, isAnyBlank, and isNoneBlank, providing usage examples, return values, and source code snippets for each method.

Apache Commons LangJavaString handling
0 likes · 6 min read
Understanding Apache Commons Lang StringUtils: isEmpty, isBlank, and Related Methods
Architect's Tech Stack
Architect's Tech Stack
Nov 22, 2022 · Backend Development

Exploring Apache Commons Lang StringUtils: isEmpty, isBlank, and Related Methods

This article provides a comprehensive overview of Apache Commons Lang's StringUtils class, explaining the behavior of isEmpty, isNotEmpty, isAnyEmpty, isNoneEmpty, isBlank, isNotBlank, isAnyBlank, and isNoneBlank methods with code examples and a summary of additional useful utilities.

Apache Commons LangJavaString handling
0 likes · 8 min read
Exploring Apache Commons Lang StringUtils: isEmpty, isBlank, and Related Methods
Top Architect
Top Architect
Oct 1, 2021 · Backend Development

Understanding Apache Commons Lang StringUtils: isEmpty, isBlank, and Related Methods

This article introduces the Apache Commons Lang StringUtils utility class, explaining the behavior and usage of its isEmpty, isNotEmpty, isAnyEmpty, isNoneEmpty, isBlank, isNotBlank, isAnyBlank, and isNoneBlank methods with code examples and detailed descriptions.

Apache CommonsJavaStringUtils
0 likes · 8 min read
Understanding Apache Commons Lang StringUtils: isEmpty, isBlank, and Related Methods