Sets – Collections: Part IISets – Collections: Part II
15.4 Sets The Java Collections Framework provides the Set<E> interface to model the mathematical set abstraction. The Set<E> Interface Unlike other implementations of the Collection<E> interface, implementations of the Set<E> [...]