public class BundlerListString extends Object implements Bundler<List<String>>
BundlerListString()
List<String>
get(String key, Bundle bundle)
void
put(String key, List<String> value, Bundle bundle)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BundlerListString()
public void put(@NonNull String key, @NonNull List<String> value, @NonNull Bundle bundle)
Bundler
put
Bundler<List<String>>
key
value
bundle
@Nullable public List<String> get(@NonNull String key, @NonNull Bundle bundle)
get