Alguien me puede ayudar con algunas interfaces
bueno deseo saber cuales son y para que sirven la interface Comparable del paquete java.lang, las interfaces Collection, Iterator del paquete java.util.
gracias
ah y si seria mucho pedir si me pueden ayudar con un ejemplo!!
gracias
ah y si seria mucho pedir si me pueden ayudar con un ejemplo!!
Comparable: http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Comparable.html
Collection: http://java.sun.com/j2se/1.4.2/docs/api/java/util/Collection.html
Iterator: http://java.sun.com/j2se/1.4.2/docs/api/java/util/Iterator.html
Ejemplos: http://java.sun.com/docs/books/tutorial/collections/index.html
Collection: http://java.sun.com/j2se/1.4.2/docs/api/java/util/Collection.html
Iterator: http://java.sun.com/j2se/1.4.2/docs/api/java/util/Iterator.html
Ejemplos: http://java.sun.com/docs/books/tutorial/collections/index.html
