All Classes
-
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).