public static final class TypeMapping.Default<V> extends Object implements TypeMapping<V>
TypeMapping.Default<V>| Modifier and Type | Method and Description |
|---|---|
boolean |
add(TypePair typePair,
V value) |
boolean |
contains(TypePair typePair) |
V |
lookup(TypePair typePair) |
boolean |
put(TypePair typePair,
V value) |
TypeMapping<V> |
register(TypePair typePair,
V value) |
XTable<TypePair,V> |
table() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontains, lookuppublic final boolean contains(TypePair typePair)
contains in interface TypeMappingLookup<V>public final V lookup(TypePair typePair)
lookup in interface TypeMappingLookup<V>public final boolean add(TypePair typePair, V value)
add in interface TypeMapping<V>public final boolean put(TypePair typePair, V value)
put in interface TypeMapping<V>public final TypeMapping<V> register(TypePair typePair, V value)
register in interface TypeMapping<V>public final XTable<TypePair,V> table()
table in interface TypeMapping<V>table in interface TypeMappingLookup<V>Copyright © 2022 MicroStream Software. All rights reserved.