- size() - Method in class dev.codeflush.commons.Tuple
-
- skip(long) - Method in class dev.codeflush.commons.CloseCallbackInputStream
-
- split(String, char) - Static method in class dev.codeflush.commons.Strings
-
Split the given
str using the
delimiter and returns all parts as an array of
String
- split(String, String) - Static method in class dev.codeflush.commons.Strings
-
Split the given
str using the
delimiter and returns all parts as an array of
String
- split(String, char, Collector<String, A, R>) - Static method in class dev.codeflush.commons.Strings
-
Split the given str using the delimiter and uses the given collector to create a value of type R
- split(String, char, Predicate<String>, Collector<String, A, R>) - Static method in class dev.codeflush.commons.Strings
-
Split the given str using the delimiter and uses the given collector to create a value of type R
- split(String, String, Collector<String, A, R>) - Static method in class dev.codeflush.commons.Strings
-
Split the given str using the delimiter and uses the given collector to create a value of type R
- split(String, String, Predicate<String>, Collector<String, A, R>) - Static method in class dev.codeflush.commons.Strings
-
Split the given str using the delimiter and uses the given collector to create a value of type R
- split(String, char, Consumer<String>) - Static method in class dev.codeflush.commons.Strings
-
Split the given str using the delimiter and passes all parts to the given consumer
- split(String, char, Strings.ToBooleanFunction<String>) - Static method in class dev.codeflush.commons.Strings
-
Split the given str using the delimiter and passes all parts to the given consumer,
as long as the consumer returns true
- split(String, String, Consumer<String>) - Static method in class dev.codeflush.commons.Strings
-
Split the given str using the delimiter and passes all parts to the given consumer
- split(String, String, Strings.ToBooleanFunction<String>) - Static method in class dev.codeflush.commons.Strings
-
Split the given str using the delimiter and passes all parts to the given consumer,
as long as the consumer returns true
- Strings - Class in dev.codeflush.commons
-
- Strings.ToBooleanFunction<T> - Interface in dev.codeflush.commons
-