package androidx.fragment.app;

import androidx.annotation.Nullable;
import java.util.Collection;
import java.util.Map;

/* JADX INFO: loaded from: classes.dex */
public final class f1 {

    @Nullable
    private final Map<String, f1> mChildNonConfigs;

    @Nullable
    private final Collection<e0> mFragments;

    @Nullable
    private final Map<String, androidx.lifecycle.y0> mViewModelStores;

    public f1(@Nullable Collection<e0> collection, @Nullable Map<String, f1> map, @Nullable Map<String, androidx.lifecycle.y0> map2) {
        this.mFragments = collection;
        this.mChildNonConfigs = map;
        this.mViewModelStores = map2;
    }

    @Nullable
    public Map<String, f1> getChildNonConfigs() {
        return this.mChildNonConfigs;
    }

    @Nullable
    public Collection<e0> getFragments() {
        return this.mFragments;
    }

    @Nullable
    public Map<String, androidx.lifecycle.y0> getViewModelStores() {
        return this.mViewModelStores;
    }
}
