185118521853185418551856185718581859
@Override public final PcKnownList getKnownList() { if(super.getKnownList() == null || !(super.getKnownList() instanceof PcKnownList)) { setKnownList(new PcKnownList(this)); } return (PcKnownList) super.getKnownList(); }
122412251226122712281229123012311232
@Override public final PcKnownList getKnownList() { if ((super.getKnownList() == null) || !(super.getKnownList() instanceof PcKnownList)) { setKnownList(new PcKnownList(this)); } return (PcKnownList) super.getKnownList(); }