Package com.hypixel.hytale.codec.builder
Class StringTreeMap<V>
java.lang.Object
com.hypixel.hytale.codec.builder.StringTreeMap<V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate it.unimi.dsi.fastutil.longs.Long2ObjectMap<StringTreeMap<V>> static final intprivate V -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate StringTreeMap<V> consumeEntryKey(RawJsonReader reader, StringTreeMap<V> def, int end, StringTreeMap<V> entry) findEntry(RawJsonReader reader) protected StringTreeMap<V> findEntry0(RawJsonReader reader, StringTreeMap<V> def, int end) findEntryOrDefault(RawJsonReader reader, StringTreeMap<V> def) getKey()getValue()voidprivate voidvoidstatic longreadStringPartAsLong(String key, int start, int end) voidprotected voidtoString()
-
Field Details
-
STRING_PART_SIZE
public static final int STRING_PART_SIZE- See Also:
-
map
-
key
-
value
-
-
Constructor Details
-
StringTreeMap
public StringTreeMap() -
StringTreeMap
-
StringTreeMap
-
-
Method Details
-
getKey
-
getValue
-
putAll
-
put
-
put0
-
remove
-
remove0
-
findEntry
- Throws:
IOException
-
findEntryOrDefault
public StringTreeMap<V> findEntryOrDefault(@Nonnull RawJsonReader reader, StringTreeMap<V> def) throws IOException - Throws:
IOException
-
findEntry0
protected StringTreeMap<V> findEntry0(@Nonnull RawJsonReader reader, StringTreeMap<V> def, int end) throws IOException - Throws:
IOException
-
consumeEntryKey
private StringTreeMap<V> consumeEntryKey(@Nonnull RawJsonReader reader, StringTreeMap<V> def, int end, @Nonnull StringTreeMap<V> entry) throws IOException - Throws:
IOException
-
toString
-
readStringPartAsLong
-