public interface TypePair
| Modifier and Type | Interface and Description |
|---|---|
static class |
TypePair.Default |
static class |
TypePair.HashEquality |
| Modifier and Type | Method and 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() |
Class<?> type1()
Class<?> type2()
static int hash(TypePair tp)
static TypePair.HashEquality HashEquality()
Copyright © 2022 MicroStream Software. All rights reserved.