Skip navigation links
D H I R S 

D

de.mklinger.micro.strings - package de.mklinger.micro.strings
Micro library for Strings, checking for emptiness and text.

H

hasText(T) - Static method in class de.mklinger.micro.strings.Strings
Check whether the given CharSequence has actual text.

I

isEmpty(T) - Static method in class de.mklinger.micro.strings.Strings
Check whether the given CharSequence is empty.

R

requireNonEmpty(T) - Static method in class de.mklinger.micro.strings.Strings
Checks that the specified string is not empty.
requireNonEmpty(T, String) - Static method in class de.mklinger.micro.strings.Strings
Checks that the specified string is not empty and throws a customized IllegalArgumentException if it is.
requireText(T) - Static method in class de.mklinger.micro.strings.Strings
Checks that the specified string contains non-whitespace text.
requireText(T, String) - Static method in class de.mklinger.micro.strings.Strings
Checks that the specified string contains non-whitespace text and throws a customized IllegalArgumentException if it does not.

S

Strings - Class in de.mklinger.micro.strings
Utility class for Strings, checking for emptiness and text.
D H I R S 
Skip navigation links

Copyright © 2019 mklinger GmbH. All rights reserved.