C E J O P 
All Classes All Packages

J

Jdk8UnmodifiableListFactory - Class in pl.tlinkowski.unij.service.collect.jdk8
Implementation of UnmodifiableListFactory following the JDK 11 unmodifiable lists specification (e.g. no null elements allowed).
Jdk8UnmodifiableListFactory() - Constructor for class pl.tlinkowski.unij.service.collect.jdk8.Jdk8UnmodifiableListFactory
 
Jdk8UnmodifiableMapFactory - Class in pl.tlinkowski.unij.service.collect.jdk8
Implementation of UnmodifiableMapFactory following the JDK 11 unmodifiable maps specification (e.g. no null keys nor values allowed, throws IllegalArgumentException on duplicate keys).
Jdk8UnmodifiableMapFactory() - Constructor for class pl.tlinkowski.unij.service.collect.jdk8.Jdk8UnmodifiableMapFactory
 
Jdk8UnmodifiableSetFactory - Class in pl.tlinkowski.unij.service.collect.jdk8
Implementation of UnmodifiableSetFactory following the JDK 11 unmodifiable sets specification (e.g. no null elements allowed, throws IllegalArgumentException on duplicate elements provided to of(...) methods).
Jdk8UnmodifiableSetFactory() - Constructor for class pl.tlinkowski.unij.service.collect.jdk8.Jdk8UnmodifiableSetFactory
 
C E J O P 
All Classes All Packages