public class TranslationMap
Class TranslationMap. Provides translationmap functionality for the Hytale server.
java.lang.Object > TranslationMap
Field Summary
key
final
String
key
Field key.
otherValue
final
String
otherValue
Field otherValue.
keys
final
List
keys
Field keys.
comparator
final
Comparator
comparator
Field comparator.
firstDotIndex2
final
int
firstDotIndex2
Field firstDotIndex2.
Method Detail
TranslationMap
public
public
TranslationMap
()
Method TranslationMap.
get
public
String
get
(final String key)
Method get.
- Parameters:
final Stringkey
put
public
void
put
(final String key, final String value)
Method put.
- Parameters:
final Stringkeyfinal Stringvalue
removeKeys
public
void
removeKeys
(@Nonnull final Collection extends String> keys)
Method removeKeys.
- Parameters:
@Nonnull final Collection extends String>keys
size
public
int
size
()
Method size.
sortByKeyBeforeFirstDot
public
void
sortByKeyBeforeFirstDot
()
Method sortByKeyBeforeFirstDot.
asMap
public
String>
asMap
()
Method asMap.