Monday, 16 February 2009

Java 6 Changes

JCF Changes

The JCF introduced the Deque interface.

public interface Deque<E>extends Queue<E>


Methods to add/remove elements at both ends of the queue.

No comments:

Blog Archive