Class CombinedName
Object
CombinedName
- All Implemented Interfaces:
Comparable<MultiName>,Iterable<String>,MultiName
-
Constructor Summary
ConstructorsConstructorDescriptionCombinedName(String key, String remainder) Creates with explicit strings for both parts. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
CombinedName
-
-
Method Details
-
hashCode
-
equals
-
firstPart
-
iterator
-
secondPart
Description copied from interface:MultiNameThe second part of the name.- Specified by:
secondPartin interfaceMultiName- Returns:
- the name of the part.
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<MultiName>
-