Index

A B C H I N O R S U 
All Classes and Interfaces|All Packages

A

AbstractBinaryHandlerGenericImmutableCollections12<T> - Class in one.microstream.persistence.binary.jdk17.java.util
Generic 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.
AbstractBinaryHandlerGenericImmutableCollections12(Class<T>) - Constructor for class one.microstream.persistence.binary.jdk17.java.util.AbstractBinaryHandlerGenericImmutableCollections12
 

B

BinaryHandlerImmutableCollectionsList12<T> - Class in one.microstream.persistence.binary.jdk17.java.util
Specialized handler for immutable List implementations in Java 15 and later as found in java.util.ImmutableCollections.List12 the 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.
BinaryHandlerImmutableCollectionsList12(Class<T>) - Constructor for class one.microstream.persistence.binary.jdk17.java.util.BinaryHandlerImmutableCollectionsList12
 
BinaryHandlerImmutableCollectionsSet12<T> - Class in one.microstream.persistence.binary.jdk17.java.util
Specialized handler for immutable Set implementations in Java 15 and later as found in java.util.ImmutableCollections.Set12 the 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.
BinaryHandlerImmutableCollectionsSet12(Class<T>) - Constructor for class one.microstream.persistence.binary.jdk17.java.util.BinaryHandlerImmutableCollectionsSet12
 
BinaryHandlersJDK17 - Class in one.microstream.persistence.binary.jdk17.types
 
BinaryHandlersJDK17() - Constructor for class one.microstream.persistence.binary.jdk17.types.BinaryHandlersJDK17
Dummy constructor to prevent instantiation of this static-only utility class.

C

create(Binary, PersistenceLoadHandler) - Method in class one.microstream.persistence.binary.jdk17.java.util.AbstractBinaryHandlerGenericImmutableCollections12
 
createInstance(Object, Object) - Method in class one.microstream.persistence.binary.jdk17.java.util.AbstractBinaryHandlerGenericImmutableCollections12
 
createInstance(Object, Object) - Method in class one.microstream.persistence.binary.jdk17.java.util.BinaryHandlerImmutableCollectionsList12
 
createInstance(Object, Object) - Method in class one.microstream.persistence.binary.jdk17.java.util.BinaryHandlerImmutableCollectionsSet12
 

H

hasPersistedReferences() - Method in class one.microstream.persistence.binary.jdk17.java.util.AbstractBinaryHandlerGenericImmutableCollections12
 
hasVaryingPersistedLengthInstances() - Method in class one.microstream.persistence.binary.jdk17.java.util.AbstractBinaryHandlerGenericImmutableCollections12
 

I

iterateLoadableReferences(Binary, PersistenceReferenceLoader) - Method in class one.microstream.persistence.binary.jdk17.java.util.AbstractBinaryHandlerGenericImmutableCollections12
 

N

New() - Static method in class one.microstream.persistence.binary.jdk17.java.util.BinaryHandlerImmutableCollectionsList12
 
New() - Static method in class one.microstream.persistence.binary.jdk17.java.util.BinaryHandlerImmutableCollectionsSet12
 

O

one.microstream.persistence.binary.jdk17.java.util - package one.microstream.persistence.binary.jdk17.java.util
 
one.microstream.persistence.binary.jdk17.types - package one.microstream.persistence.binary.jdk17.types
 

R

registerJDK17TypeHandlers(F) - Static method in class one.microstream.persistence.binary.jdk17.types.BinaryHandlersJDK17
 

S

store(Binary, T, long, PersistenceStoreHandler<Binary>) - Method in class one.microstream.persistence.binary.jdk17.java.util.AbstractBinaryHandlerGenericImmutableCollections12
 

U

updateState(Binary, T, PersistenceLoadHandler) - Method in class one.microstream.persistence.binary.jdk17.java.util.AbstractBinaryHandlerGenericImmutableCollections12
 
A B C H I N O R S U 
All Classes and Interfaces|All Packages