Uses of Class
com.google.mu.collect.PrefixSearchTable.Builder
Packages that use PrefixSearchTable.Builder
-
Uses of PrefixSearchTable.Builder in com.google.mu.collect
Methods in com.google.mu.collect that return PrefixSearchTable.BuilderModifier and TypeMethodDescriptionAdds the mapping fromcompoundKey
tovalue
.Adds all ofmappings
into this builder.static <K,
V> PrefixSearchTable.Builder <K, V> PrefixSearchTable.builder()
Returns a new builder.PrefixSearchTable.toBuilder()
Returns a new builder initialized with the same prefix mappings in this table.