News

The Set interface inherits its methods from Collection (java.util.Collection) and contains only those methods. In addition to sets, there are queues (java.util.Queue) and maps (java.util.Map).
With the sequenced collections proposal, all of the new methods declared in the new interfaces have default implementations. Sequenced collections would be added to the standard edition of Java ...