HyCodeYourTale
classpublicPriority 3

StringTreeMap

com.hypixel.hytale.codec.builder.StringTreeMap

9

Methods

9

Public Methods

3

Fields

3

Constructors

Constants

intSTRING_PART_SIZE= 4

Constructors

public
StringTreeMap()
public
StringTreeMap(StringTreeMap<V> parent)
public
StringTreeMap(Map<String, V> entries)

Methods

Public Methods (9)

public
StringTreeMap<V> findEntry(RawJsonReader reader)

throws IOException

@Nullable
public
StringTreeMap<V> findEntryOrDefault(RawJsonReader reader, StringTreeMap<V> def)

throws IOException

public
String getKey()
@Nullable
public
V getValue()
@Nullable
public
void put(String key, V values)
public
void putAll(Map<String, V> entries)
publicstatic
long readStringPartAsLong(String key, int start, int end)
public
void remove(String key)
public
String toString()
@Nonnull@Override

Fields

Private/Package Fields (3)

privateString key
privateLong2ObjectMap<StringTreeMap<V>> map
privateV value

Related Classes