Class ElementsImpl.NameImpl
java.lang.Object
org.vesalainen.bcc.model.ElementsImpl.NameImpl
- All Implemented Interfaces:
CharSequence, Name
- Enclosing class:
ElementsImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharcharAt(int index) booleanbooleaninthashCode()intlength()subSequence(int beginIndex, int endIndex) toString()Methods inherited from interface CharSequence
chars, codePoints, getChars, isEmpty
-
Field Details
-
name
-
-
Constructor Details
-
NameImpl
-
-
Method Details
-
length
public int length()- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
equals
-
contentEquals
- Specified by:
contentEqualsin interfaceName
-
hashCode
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-