Package one.microstream.typing
Interface TypePair
-
- All Known Implementing Classes:
TypePair.Default
public interface TypePair
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTypePair.Defaultstatic classTypePair.HashEquality
-
Method Summary
Modifier 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 Detail
-
type1
Class<?> type1()
-
type2
Class<?> type2()
-
hash
static int hash(TypePair tp)
-
HashEquality
static TypePair.HashEquality HashEquality()
-
-