Uses of Interface
one.microstream.typing.TypePair
Package | Description |
---|---|
one.microstream.typing |
-
Uses of TypePair in one.microstream.typing
Classes in one.microstream.typing that implement TypePair Modifier and Type Class Description static class
TypePair.Default
Methods in one.microstream.typing that return TypePair Modifier and Type Method Description static TypePair
TypePair. New(Class<?> type1, Class<?> type2)
Methods in one.microstream.typing that return types with arguments of type TypePair Modifier and Type Method Description XTable<TypePair,V>
TypeMapping.Default. table()
XTable<TypePair,V>
TypeMapping. table()
XGettingTable<TypePair,V>
TypeMappingLookup. table()
Methods in one.microstream.typing with parameters of type TypePair Modifier and Type Method Description boolean
TypeMapping. add(TypePair typePair, V value)
boolean
TypeMapping.Default. add(TypePair typePair, V value)
boolean
TypeMapping.Default. contains(TypePair typePair)
boolean
TypeMappingLookup. contains(TypePair typePair)
static boolean
TypePair. equal(TypePair tp1, TypePair tp2)
boolean
TypePair.HashEquality. equal(TypePair tp1, TypePair tp2)
static boolean
TypePair. equalNonTrivial(TypePair tp1, TypePair tp2)
static int
TypePair. hash(TypePair tp)
int
TypePair.HashEquality. hash(TypePair tp)
V
TypeMapping.Default. lookup(TypePair typePair)
V
TypeMappingLookup. lookup(TypePair typePair)
boolean
TypeMapping.Default. put(TypePair typePair, V value)
boolean
TypeMapping. put(TypePair typePair, V value)
TypeMapping<V>
TypeMapping.Default. register(TypePair typePair, V value)
TypeMapping<V>
TypeMapping. register(TypePair typePair, V value)
Method parameters in one.microstream.typing with type arguments of type TypePair Modifier and Type Method Description static <T> TypeMapping<T>
TypeMapping. New(HashEqualator<? super TypePair> hashEquality)