C E J O P
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- collector() - Method in class pl.tlinkowski.unij.service.collect.jdk8.Jdk8UnmodifiableListFactory
-
Based on
Collectors.toUnmodifiableList(). - collector() - Method in class pl.tlinkowski.unij.service.collect.jdk8.Jdk8UnmodifiableSetFactory
-
Based on
Collectors.toUnmodifiableSet(). - collector(Function<? super T, ? extends K>, Function<? super T, ? extends V>) - Method in class pl.tlinkowski.unij.service.collect.jdk8.Jdk8UnmodifiableMapFactory
- collector(Function<? super T, ? extends K>, Function<? super T, ? extends V>, BinaryOperator<V>) - Method in class pl.tlinkowski.unij.service.collect.jdk8.Jdk8UnmodifiableMapFactory
- copyOf(Collection<? extends E>) - Method in class pl.tlinkowski.unij.service.collect.jdk8.Jdk8UnmodifiableListFactory
-
Based on
List.copyOf(Collection). - copyOf(Collection<? extends E>) - Method in class pl.tlinkowski.unij.service.collect.jdk8.Jdk8UnmodifiableSetFactory
-
Based on
Set.copyOf(Collection). - copyOf(Map<? extends K, ? extends V>) - Method in class pl.tlinkowski.unij.service.collect.jdk8.Jdk8UnmodifiableMapFactory
All Classes All Packages