Class SimpleName
Object
SimpleName
- All Implemented Interfaces:
Comparable<MultiName>,Iterable<String>,MultiName
A name with only one part, and is always unique.
- Author:
- Owen Feehan
-
Constructor Details
-
SimpleName
-
-
Method Details
-
iterator
-
firstPart
Description copied from interface:MultiNameThe first part, and grouping key. -
secondPart
Description copied from interface:MultiNameThe second part of the name.- Specified by:
secondPartin interfaceMultiName- Returns:
- the name of the part.
-
compareTo
- Specified by:
compareToin interfaceComparable<MultiName>
-
toString
Description copied from interface:MultiNameThe full name, including both directory and file part, as a string. -
equals
Description copied from interface:MultiNameIf another name is equal to the current name. -
canEqual
-
hashCode
public int hashCode()
-