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
ConstructorsConstructorDescriptionLanguageFormTranslationRange
(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
-
equals
-
hashCode
-
getStart
-
getEnd
-