Package | Description |
---|---|
ch.wlkl.javaExamples |
Modifier and Type | Method and Description |
---|---|
static <X> ExGeneric<X,X> |
ExGeneric.dupl(X x) |
static <X,Y> ExGeneric<X,Y> |
ExGeneric.pair(X x,
Y y) |
static <X,Y> ExGeneric<Y,X> |
ExGeneric.swap(ExGeneric<X,Y> o) |
Modifier and Type | Method and Description |
---|---|
void |
ExGeneric.crack(ExGeneric<java.lang.String,java.lang.Integer> par) |
<X extends ch.wlkl.javaExamples.ExGeneric.C,Y extends ch.wlkl.javaExamples.ExGeneric.C> |
ExGeneric.crackC(ExGeneric<X,Y> par) |
static <X,Y> ExGeneric<Y,X> |
ExGeneric.swap(ExGeneric<X,Y> o) |