|
Silk DI 0.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectse.jbee.inject.Precision
public final class Precision
A util to find out if one object is PreciserThan an other one.
| Field Summary | |
|---|---|
static Comparator<Resourced<?>> |
RESOURCE_COMPARATOR
|
| Constructor Summary | |
|---|---|
Precision()
|
|
| Method Summary | ||
|---|---|---|
static
|
comparator()
|
|
static
|
comparePrecision(T one,
T other)
|
|
static
|
morePreciseThan2(T one,
T other,
T2 sndOne,
T2 sndOther)
|
|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Comparator<Resourced<?>> RESOURCE_COMPARATOR
| Constructor Detail |
|---|
public Precision()
| Method Detail |
|---|
public static <T extends PreciserThan<? super T>> Comparator<T> comparator()
public static <T extends PreciserThan<? super T>> int comparePrecision(T one,
T other)
public static <T extends PreciserThan<? super T>,T2 extends PreciserThan<? super T2>> boolean morePreciseThan2(T one,
T other,
T2 sndOne,
T2 sndOther)
|
Silk DI 0.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||