java.lang.Object
org.microbean.lang.element.Name
- All Implemented Interfaces:
CharSequence
,Name
-
Method Summary
Modifier and TypeMethodDescriptionfinal char
charAt
(int index) final IntStream
chars()
final IntStream
final boolean
final boolean
final int
hashCode()
final int
length()
static final Name
of()
static final Name
of
(CharSequence cs) static final Name
static final Name
static final Name
ofSimple
(CharSequence cs) final Name
subSequence
(int start, int end) final String
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
isEmpty
-
Method Details
-
charAt
public final char charAt(int index) - Specified by:
charAt
in interfaceCharSequence
-
chars
- Specified by:
chars
in interfaceCharSequence
-
codePoints
- Specified by:
codePoints
in interfaceCharSequence
-
length
public final int length()- Specified by:
length
in interfaceCharSequence
-
subSequence
- Specified by:
subSequence
in interfaceCharSequence
-
contentEquals
- Specified by:
contentEquals
in interfaceName
-
hashCode
public final int hashCode() -
equals
-
toString
- Specified by:
toString
in interfaceCharSequence
- Overrides:
toString
in classObject
-
of
-
of
-
of
-
of
-
ofSimple
-