Library to provide utilities codes for projects.
Add containsCache boolean to IteratorContainers constructor
Fix isEmpty logic being incorrect.
Re-write IteratorContainerList and IteratorContainerSet
Add Javadoc to classes
Validate set on IteratorContainerSet#spliterator method call because it needs to maintain the uniqueness of elements.
Validate set on IteratorContainerSet#iterator method call because it needs to maintain the uniqueness of elements.
Remake IteratorContainerList and IteratorContainerSet, fix bugs and make them thread-safe.