@Data public class GenName extends Object implements Name
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
boolean |
contentEquals(CharSequence cs) |
boolean |
equals(Object obj) |
String |
getName() |
int |
hashCode() |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitchars, codePointspublic GenName(String name)
public boolean contentEquals(CharSequence cs)
contentEquals in interface Namepublic char charAt(int index)
charAt in interface CharSequencepublic int length()
length in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequencepublic String toString()
toString in interface CharSequencetoString in class Object@Pure public int hashCode()
@Pure public boolean equals(Object obj)
@Pure public String getName()
Copyright © 2018. All rights reserved.