| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.util.CharSequences |
Utility methods for character sequences.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CharSequences() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static int |
indexOf(CharSequence text, char c)
Implementation of indexOf for CharSequence.
| ||||||||||
| static int |
indexOf2(CharSequence text, char c0, char c1)
Fine the first of two characters and return its position.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Implementation of indexOf for CharSequence. Same behavior as indexOf(int)
Fine the first of two characters and return its position.