Package pro.projo.generation.utilities
Class Name
java.lang.Object
pro.projo.generation.utilities.Name
- All Implemented Interfaces:
CharSequence,Name
public class Name extends Object implements Name
- Author:
- Mirko Raner
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description charcharAt(int index)booleancontentEquals(CharSequence sequence)booleanequals(Object other)inthashCode()intlength()CharSequencesubSequence(int start, int end)StringtoString()
-
Constructor Details
-
Method Details
-
length
public int length()- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int index)- Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
contentEquals
- Specified by:
contentEqualsin interfaceName
-
hashCode
public int hashCode() -
equals
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-