Class AbstractMapInstantiator<C extends Map<?,?>,R extends RecordingMap<C,?,?>>
java.lang.Object
com.blazebit.persistence.view.impl.collection.AbstractMapInstantiator<C,R>
- All Implemented Interfaces:
MapInstantiatorImplementor<C,,R> MapInstantiator<C,R>
- Direct Known Subclasses:
OrderedMapInstantiator,SortedMapInstantiator,UnorderedMapInstantiator
public abstract class AbstractMapInstantiator<C extends Map<?,?>,R extends RecordingMap<C,?,?>>
extends Object
implements MapInstantiatorImplementor<C,R>
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Map<?,?> createJpaMap(int size) Creates a map for the JPA model.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blazebit.persistence.view.MapInstantiator
createMap, createRecordingMap
-
Constructor Details
-
AbstractMapInstantiator
-
-
Method Details
-
createJpaMap
Description copied from interface:MapInstantiatorImplementorCreates a map for the JPA model.- Specified by:
createJpaMapin interfaceMapInstantiatorImplementor<C extends Map<?,?>, R extends RecordingMap<C, ?, ?>> - Parameters:
size- The size estimate- Returns:
- the map
-