Uses of Class
com.google.mu.collect.PrefixSearchTable.Builder
-
Uses of PrefixSearchTable.Builder in com.google.mu.collect
Modifier 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.