public class FixedNScoredValue<T> extends Object implements net.thevpc.nuts.util.NScoredValue<T>
| Modifier and Type | Field and Description |
|---|---|
static net.thevpc.nuts.util.NScoredValue |
UNSUPPORTED |
| Constructor and Description |
|---|
FixedNScoredValue(T value,
int score) |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
apiType() |
Class<? extends T> |
implType() |
static <T> net.thevpc.nuts.util.NScoredValue<T> |
ofUnsupported(Class<? extends T> implType,
Class<T> apiType) |
int |
score() |
T |
value() |
public FixedNScoredValue(T value, int score)
public static <T> net.thevpc.nuts.util.NScoredValue<T> ofUnsupported(Class<? extends T> implType, Class<T> apiType)
public Class<T> apiType()
apiType in interface net.thevpc.nuts.util.NScoredValue<T>public Class<? extends T> implType()
implType in interface net.thevpc.nuts.util.NScoredValue<T>public int score()
score in interface net.thevpc.nuts.util.NScoredValue<T>Copyright © 2026 vpc open source initiative. All rights reserved.