Package one.microstream.java.util
Class BinaryHandlerHashMap
- java.lang.Object
 - 
- one.microstream.persistence.types.PersistenceTypeHandler.Abstract<Binary,T>
 - 
- one.microstream.persistence.binary.types.BinaryTypeHandler.Abstract<T>
 - 
- one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustom<T>
 - 
- one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustomCollection<T>
 - 
- one.microstream.java.util.AbstractBinaryHandlerMap<HashMap<?,?>>
 - 
- one.microstream.java.util.BinaryHandlerHashMap
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 BinaryTypeHandler<HashMap<?,?>>,PersistenceTypeDefinition,PersistenceTypeDescription,PersistenceTypeHandler<Binary,HashMap<?,?>>,PersistenceTypeIdentity,PersistenceTypeIdOwner,PersistenceTypeLink
public final class BinaryHandlerHashMap extends AbstractBinaryHandlerMap<HashMap<?,?>>
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface one.microstream.persistence.binary.types.BinaryTypeHandler
BinaryTypeHandler.Abstract<T> 
- 
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDefinition
PersistenceTypeDefinition.Default 
- 
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeDescription
PersistenceTypeDescription.Identity 
- 
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceTypeHandler
PersistenceTypeHandler.Abstract<D,T> 
 - 
 
- 
Constructor Summary
Constructors Constructor Description BinaryHandlerHashMap() 
- 
Method Summary
Modifier and Type Method Description HashMap<?,?>create(Binary data, PersistenceLoadHandler handler)static BinaryHandlerHashMapNew()- 
Methods inherited from class one.microstream.java.util.AbstractBinaryHandlerMap
complete, getElementCount, iterateInstanceReferences, iterateLoadableReferences, store, updateState 
- 
Methods inherited from class one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustomCollection
hasInstanceReferences, hasPersistedReferences, hasPersistedVariableLength, hasVaryingPersistedLengthInstances 
- 
Methods inherited from class one.microstream.persistence.binary.internal.AbstractBinaryHandlerCustom
allMembers, bytes, chars, Complex, CustomField, CustomField, CustomFields, defineValueType, instanceMembers, isPrimitiveType, iterateMemberTypes, keyValuesFields, membersPersistedLengthMaximum, membersPersistedLengthMinimum, SimpleArrayFields, SizedArrayFields 
- 
Methods inherited from class one.microstream.persistence.binary.types.BinaryTypeHandler.Abstract
declaredField, declaredField 
- 
Methods inherited from class one.microstream.persistence.types.PersistenceTypeHandler.Abstract
declaredField, declaredFields, initialize, toString, type, typeId, typeName, validateAndImmure 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeDefinition
runtimeTypeName, toRuntimeTypeIdentifier, typeId, typeName 
- 
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeDescription
instancePrimitiveMembers, instanceReferenceMembers, toTypeIdentifier 
- 
Methods inherited from interface one.microstream.persistence.types.PersistenceTypeHandler
collectEnumConstants, getPersistedEnumOrdinal, guaranteeSpecificInstanceViablity, guaranteeSubTypeInstanceViablity, initialize, initializeState, isSpecificInstanceViable, isSubTypeInstanceViable, membersInDeclaredOrder, settingMembers, storingMembers, type 
 - 
 
 - 
 
- 
- 
Method Detail
- 
New
public static BinaryHandlerHashMap New()
 
- 
create
public final HashMap<?,?> create(Binary data, PersistenceLoadHandler handler)
- Specified by:
 createin interfacePersistenceTypeHandler<Binary,HashMap<?,?>>- Specified by:
 createin classAbstractBinaryHandlerCustom<HashMap<?,?>>
 
 - 
 
 -