Package one.microstream.typing
Class TypeMapping.Default<V>
- java.lang.Object
-
- one.microstream.typing.TypeMapping.Default<V>
-
- All Implemented Interfaces:
TypeMapping<V>
,TypeMappingLookup<V>
- Enclosing interface:
- TypeMapping<V>
public static final class TypeMapping.Default<V> extends Object implements TypeMapping<V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.typing.TypeMapping
TypeMapping.Default<V>
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface one.microstream.typing.TypeMapping
add, put, register
-
Methods inherited from interface one.microstream.typing.TypeMappingLookup
contains, lookup
-
-
-
-
Method Detail
-
contains
public final boolean contains(TypePair typePair)
- Specified by:
contains
in interfaceTypeMappingLookup<V>
-
lookup
public final V lookup(TypePair typePair)
- Specified by:
lookup
in interfaceTypeMappingLookup<V>
-
add
public final boolean add(TypePair typePair, V value)
- Specified by:
add
in interfaceTypeMapping<V>
-
put
public final boolean put(TypePair typePair, V value)
- Specified by:
put
in interfaceTypeMapping<V>
-
register
public final TypeMapping<V> register(TypePair typePair, V value)
- Specified by:
register
in interfaceTypeMapping<V>
-
table
public final XTable<TypePair,V> table()
- Specified by:
table
in interfaceTypeMapping<V>
- Specified by:
table
in interfaceTypeMappingLookup<V>
-
-