AbbreviationMap.AbbreviationMapBuilder
Package: com.hypixel.hytale.server.core.command.system
public static class AbbreviationMap.AbbreviationMapBuilder<Value>Builder for AbbreviationMap instances. Allows registering string keys mapped to values, then builds an immutable AbbreviationMap that supports exact, prefix, and substring matching.
Methods
Section titled “Methods”@Nonnullpublic AbbreviationMap.AbbreviationMapBuilder<Value> put(@Nonnull String key, @Nonnull Value value)Associates a key with a value. Keys are stored in lowercase. Throws IllegalArgumentException if the key already exists.
@Nonnullpublic AbbreviationMap<Value> build()Builds and returns the immutable AbbreviationMap.
Related Types
Section titled “Related Types”AbbreviationMap— the map type this builds
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.