/ Published in: Java
                    
                                        
Użycie jednoliterowego typu w definicji typu generycznego oznacza, że może być użyta tam dowolna klasa.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
public interface List<E> {
public E get( );
public void add(E value);
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                