package android.support.v4.app;

import java.util.List;

/* JADX INFO: compiled from: FragmentManagerNonConfig.java */
/* JADX INFO: loaded from: classes.dex */
public class l {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private final List<e> f576a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private final List<l> f577b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private final List<android.arch.lifecycle.p> f578c;

    l(List<e> list, List<l> list2, List<android.arch.lifecycle.p> list3) {
        this.f576a = list;
        this.f577b = list2;
        this.f578c = list3;
    }

    List<l> a() {
        return this.f577b;
    }

    List<e> b() {
        return this.f576a;
    }

    List<android.arch.lifecycle.p> c() {
        return this.f578c;
    }
}
