Package pl.tlinkowski.unij.service.collect.jdk8
UniJ
Collection-factory service implementations based on JDK 8.- Author:
- Tomasz Linkowski
- See Also:
ServiceLoader
-
Class Summary Class Description Jdk8UnmodifiableListFactory Implementation ofUnmodifiableListFactoryfollowing the JDK 11 unmodifiable lists specification (e.g. nonullelements allowed).Jdk8UnmodifiableMapFactory Implementation ofUnmodifiableMapFactoryfollowing the JDK 11 unmodifiable maps specification (e.g. nonullkeys nor values allowed, throwsIllegalArgumentExceptionon duplicate keys).Jdk8UnmodifiableSetFactory Implementation ofUnmodifiableSetFactoryfollowing the JDK 11 unmodifiable sets specification (e.g. nonullelements allowed, throwsIllegalArgumentExceptionon duplicate elements provided toof(...)methods).