public interface MessageListReadOnlyStore<K,M extends PMessage<M,F>,F extends PField> extends ReadOnlyStore<K,List<M>>
| Modifier and Type | Method and Description |
|---|---|
default <B extends PMessageBuilder<M,F>> |
getAllBuilders(Collection<K> keys)
Get map of lists of builders for all the messages for the requested keys.
|
default <B extends PMessageBuilder<M,F>> |
getBuilders(K key)
Get a list of builders for the entry stored.
|
containsKey, get, getAll, keys, size@Nullable default <B extends PMessageBuilder<M,F>> List<B> getBuilders(@Nonnull K key)
B - The builder type.key - The key to look up.@Nonnull default <B extends PMessageBuilder<M,F>> Map<K,List<B>> getAllBuilders(@Nonnull Collection<K> keys)
B - The builder type.keys - Collection of keys to request.Copyright © 2015–2019 morimekta.net. All rights reserved.