Uses of Class
one.microstream.persistence.binary.jdk17.java.util.AbstractBinaryHandlerGenericImmutableCollections12
Packages that use AbstractBinaryHandlerGenericImmutableCollections12
-
Uses of AbstractBinaryHandlerGenericImmutableCollections12 in one.microstream.persistence.binary.jdk17.java.util
Subclasses of AbstractBinaryHandlerGenericImmutableCollections12 in one.microstream.persistence.binary.jdk17.java.utilModifier and TypeClassDescriptionclassSpecialized handler for immutable List implementations in Java 15 and later as found in java.util.ImmutableCollections.List12the implementations are returned from List.of(), List.of(E e1) and List.of(E e1, E e2) The handler takes the internal constant java.util.ImmutableCollections.EMPTY into account which must not be persisted. classSpecialized handler for immutable Set implementations in Java 15 and later as found in java.util.ImmutableCollections.Set12the implementations are returned from Set.of(), Set.of(E e1) and Set.of(E e1, E e2) The handler takes the internal constant java.util.ImmutableCollections.EMPTY into account which must not be persisted.