Package one.microstream.typing
Interface TypePair
- All Known Implementing Classes:
- TypePair.Default
public interface TypePair
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classTypePair.Defaultstatic classTypePair.HashEquality
- 
Method SummaryModifier and Type Method Description static booleanequal(TypePair tp1, TypePair tp2)static booleanequalNonTrivial(TypePair tp1, TypePair tp2)static inthash(TypePair tp)static TypePair.HashEqualityHashEquality()static TypePairNew(Class<?> type1, Class<?> type2)Class<?>type1()Class<?>type2()
- 
Method Details- 
type1Class<?> type1()
- 
type2Class<?> type2()
- 
hash
- 
equal
- 
equalNonTrivial
- 
HashEquality
- 
New
 
-