Uses of Package
one.microstream.persistence.binary.jdk17.java.util
Packages that use one.microstream.persistence.binary.jdk17.java.util
-
Classes in one.microstream.persistence.binary.jdk17.java.util used by one.microstream.persistence.binary.jdk17.java.utilClassDescriptionGeneric abstract class for specialized handler for java.util.ImmutableCollections.Set12
and java.util.ImmutableCollections.List12 in JDK 15 and later The handler takes the internal constant java.util.ImmutableCollections.EMPTY into account which must not be persisted. Specialized 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. Specialized 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.