Package com.lokalized
Class LocalizedString.LanguageFormTranslationRange
java.lang.Object
com.lokalized.LocalizedString.LanguageFormTranslationRange
- Enclosing class:
LocalizedString
Container for per-language-form cardinality translation information over a range (start, end) of values.
- Author:
- Mark Allen
-
Constructor Summary
ConstructorDescriptionLanguageFormTranslationRange
(String start, String end) Constructs a translation range with the given start and end values. -
Method Summary
-
Constructor Details
-
LanguageFormTranslationRange
Constructs a translation range with the given start and end values.- Parameters:
start
- the start value of the range, not nullend
- the end value of the range, not null
-
-
Method Details
-
toString
Generates aString
representation of this object. -
equals
Checks if this object is equal to another one. -
hashCode
A hash code for this object. -
getStart
The start value for this range.- Returns:
- the start value for this range, not null
-
getEnd
The end value for this range.- Returns:
- the end value for this range, not null
-