Package org.vesalainen.bcc.model
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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, 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
public int hashCode() -
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-