C I L P R S T U 

C

CharSequences - Class in com.github.marschall.charsequences
Utility methods for dealing with CharSequence objects.
com.github.marschall.charsequences - module com.github.marschall.charsequences
 
com.github.marschall.charsequences - package com.github.marschall.charsequences
 

I

IbanCheck - Class in com.github.marschall.charsequences
Provides methods for running a IBAN validation on a CharSequence.
indexOf(CharSequence, char) - Static method in class com.github.marschall.charsequences.CharSequences
Searches for the first occurrence of a char within a sequence that's compatible with String.indexOf(int).
indexOf(CharSequence, char, int) - Static method in class com.github.marschall.charsequences.CharSequences
Searches for the first occurrence of a char within a sequence staring at a given index that's compatible with String.indexOf(int, int).
indexOf(CharSequence, String) - Static method in class com.github.marschall.charsequences.CharSequences
Searches for the first occurrence subsequence within a sequence that's compatible with String.indexOf(String):
isNumeric(CharSequence) - Static method in class com.github.marschall.charsequences.CharSequences
Checks if the given char sequences is numeric.
isValid(CharSequence) - Static method in class com.github.marschall.charsequences.IbanCheck
Checks if a CharSequence is valid according to IBAN check digits.
isValid(CharSequence) - Static method in class com.github.marschall.charsequences.LuhnCheck
Checks if a CharSequence is valid according to the Luhn algorithm.

L

lastIndexOf(CharSequence, char) - Static method in class com.github.marschall.charsequences.CharSequences
Searches for the last occurrence of a char within a sequence that's compatible with String.indexOf(int).
LuhnCheck - Class in com.github.marschall.charsequences
Provides methods for running a Luhn check on a CharSequence.

P

parseInt(CharSequence) - Static method in class com.github.marschall.charsequences.CharSequences
Parses a given char sequence compatible to Integer.parseInt(String).
parseInt(CharSequence, int, int) - Static method in class com.github.marschall.charsequences.CharSequences
Parses a given char sequence compatible to Integer.parseInt(String).
parseLong(CharSequence) - Static method in class com.github.marschall.charsequences.CharSequences
Parses a given char sequence compatible to Long.parseLong(String).
parseLong(CharSequence, int, int) - Static method in class com.github.marschall.charsequences.CharSequences
Parses a given char sequence compatible to Long.parseLong(String).

R

removeLeadingBom(CharSequence) - Static method in class com.github.marschall.charsequences.CharSequences
Removes a leading byte order mark from a sequence if present.

S

split(CharSequence, char) - Static method in class com.github.marschall.charsequences.CharSequences
Splits this string around matches of the given delimiter character.
startsWithBom(CharSequence) - Static method in class com.github.marschall.charsequences.CharSequences
Checks if a sequence starts with a byte order mark.

T

trim(CharSequence) - Static method in class com.github.marschall.charsequences.CharSequences
Returns a sequence whose value is the given sequence, with any leading and trailing spaces removed.

U

uuidFromCharSequence(CharSequence) - Static method in class com.github.marschall.charsequences.CharSequences
Creates a UUID from a CharSequence like UUID.fromString(String)
C I L P R S T U 
Skip navigation links

Copyright © 2016–2017. All rights reserved.