public interface TypeMappingLookup<V>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
contains(Class<?> type1,
Class<?> type2) |
boolean |
contains(TypePair typePair) |
default V |
lookup(Class<?> type1,
Class<?> type2) |
V |
lookup(TypePair typePair) |
XGettingTable<TypePair,V> |
table() |
Copyright © 2022 MicroStream Software. All rights reserved.