[Feature] Set #2

Closed
opened 2020-12-07 09:20:35 +01:00 by Speiger · 0 comments
Owner

A Primitive set is very useful

  • Types
    • Set (interface)
    • SortedSet (interface)
    • Navigatable Set (interface)
    • HashSet (class)
    • LinkedHashSet (class)
    • CustomHashSet (class) (Hash/equals control)
    • LinkedCustomHashSet (class) (Hash/equals control)
    • RB TreeSet
    • AVL TreeSet
    • ArraySet
  • Wrappers
    • Synchronized
    • Unmodifiable
    • Empty
  • Special Cases
    • Boolean Sets need to be simplified/only Singletons.
A Primitive set is very useful - Types - [ ] Set (interface) - [ ] SortedSet (interface) - [ ] Navigatable Set (interface) - [ ] HashSet (class) - [ ] LinkedHashSet (class) - [ ] CustomHashSet (class) (Hash/equals control) - [ ] LinkedCustomHashSet (class) (Hash/equals control) - [ ] RB TreeSet - [ ] AVL TreeSet - [ ] ArraySet - Wrappers - [X] Synchronized - [X] Unmodifiable - [X] Empty - Special Cases - [X] Boolean Sets need to be simplified/only Singletons.
Speiger added the
enhancement
label 2020-12-07 09:20:35 +01:00
Speiger added this to the 1.0 Feature List project 2020-12-07 09:20:35 +01:00
Speiger added this to the 1.0.0 Release milestone 2021-01-27 06:06:47 +01:00
Speiger added the
Implemented
label 2021-01-27 06:08:50 +01:00
Speiger added the
Tested
label 2021-01-29 18:13:24 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Speiger/Primitive-Collections#2
No description provided.