protected Block readBlock(DataInputStream in) throws IOException { int nalts = in.readShort(); @SuppressWarnings("unchecked") List<Node>[] alts = (List<Node>[])new List<?>[nalts]; //System.out.println("enter block n="+nalts); for (int i=0; i<nalts; i++) { List<Node> alt = readAlt(in); alts[i] = alt; } //System.out.println("exit block"); return new Block(alts); }
protected Block readBlock(DataInputStream in) throws IOException { int nalts = in.readShort(); @SuppressWarnings("unchecked") List<Node>[] alts = (List<Node>[])new List<?>[nalts]; //System.out.println("enter block n="+nalts); for (int i=0; i<nalts; i++) { List<Node> alt = readAlt(in); alts[i] = alt; } //System.out.println("exit block"); return new Block(alts); }
protected Block readBlock(DataInputStream in) throws IOException { int nalts = in.readShort(); @SuppressWarnings("unchecked") List<Node>[] alts = (List<Node>[])new List<?>[nalts]; //System.out.println("enter block n="+nalts); for (int i=0; i<nalts; i++) { List<Node> alt = readAlt(in); alts[i] = alt; } //System.out.println("exit block"); return new Block(alts); }
protected Block readBlock(DataInputStream in) throws IOException { int nalts = in.readShort(); List[] alts = new List[nalts]; //System.out.println("enter block n="+nalts); for (int i=0; i<nalts; i++) { List alt = readAlt(in); alts[i] = alt; } //System.out.println("exit block"); return new Block(alts); }
protected Block readBlock(DataInputStream in) throws IOException { int nalts = in.readShort(); @SuppressWarnings("unchecked") List<Node>[] alts = (List<Node>[])new List<?>[nalts]; //System.out.println("enter block n="+nalts); for (int i=0; i<nalts; i++) { List<Node> alt = readAlt(in); alts[i] = alt; } //System.out.println("exit block"); return new Block(alts); }
protected Block readBlock(DataInputStream in) throws IOException { int nalts = in.readShort(); @SuppressWarnings("unchecked") List<Node>[] alts = (List<Node>[])new List<?>[nalts]; //System.out.println("enter block n="+nalts); for (int i=0; i<nalts; i++) { List<Node> alt = readAlt(in); alts[i] = alt; } //System.out.println("exit block"); return new Block(alts); }