/ Published in: Java
                    
                                        
Uwaga: taki typ generyczny jest niestety readonly.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
for (Iterator<?> i = list.iterator( ); i.hasNext( ); ) {
out.println(i.next( ).toString( ));
}
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                