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 class
TypePair.Default
static class
TypePair.HashEquality
-
Method Summary
Modifier and Type Method Description static boolean
equal(TypePair tp1, TypePair tp2)
static boolean
equalNonTrivial(TypePair tp1, TypePair tp2)
static int
hash(TypePair tp)
static TypePair.HashEquality
HashEquality()
static TypePair
New(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()
-
-