Uses of Interface
one.microstream.typing.TypePair
| Package | Description | 
|---|---|
| one.microstream.typing | 
- 
Uses of TypePair in one.microstream.typingClasses in one.microstream.typing that implement TypePair Modifier and Type Class Description static classTypePair.DefaultMethods in one.microstream.typing that return TypePair Modifier and Type Method Description static TypePairTypePair. 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 booleanTypeMapping. add(TypePair typePair, V value)booleanTypeMapping.Default. add(TypePair typePair, V value)booleanTypeMapping.Default. contains(TypePair typePair)booleanTypeMappingLookup. contains(TypePair typePair)static booleanTypePair. equal(TypePair tp1, TypePair tp2)booleanTypePair.HashEquality. equal(TypePair tp1, TypePair tp2)static booleanTypePair. equalNonTrivial(TypePair tp1, TypePair tp2)static intTypePair. hash(TypePair tp)intTypePair.HashEquality. hash(TypePair tp)VTypeMapping.Default. lookup(TypePair typePair)VTypeMappingLookup. lookup(TypePair typePair)booleanTypeMapping.Default. put(TypePair typePair, V value)booleanTypeMapping. 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)