public class NDecisionFilterImpl<T> extends Object implements net.thevpc.nuts.util.NDecisionFilter<T>
| Constructor and Description |
|---|
NDecisionFilterImpl(Class<T> keyType,
net.thevpc.nuts.util.NDecisionConflict decisionConflict,
net.thevpc.nuts.util.NDecision defaultDecision) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T t) |
void |
clear() |
net.thevpc.nuts.util.NDecisionConflict |
decisionConflict() |
net.thevpc.nuts.util.NDecision |
defaultDecision() |
Set<Map.Entry<T,net.thevpc.nuts.util.NDecision>> |
entries() |
net.thevpc.nuts.util.NDecision |
get(T t) |
boolean |
isEmpty() |
Class<T> |
keyType() |
void |
merge(net.thevpc.nuts.util.NDecisionFilter<T> other) |
void |
set(T t,
net.thevpc.nuts.util.NDecision decision) |
int |
size() |
void |
unset(T t) |
public net.thevpc.nuts.util.NDecision defaultDecision()
defaultDecision in interface net.thevpc.nuts.util.NDecisionFilter<T>public net.thevpc.nuts.util.NDecisionConflict decisionConflict()
decisionConflict in interface net.thevpc.nuts.util.NDecisionFilter<T>public Class<T> keyType()
keyType in interface net.thevpc.nuts.util.NDecisionFilter<T>public void merge(net.thevpc.nuts.util.NDecisionFilter<T> other)
merge in interface net.thevpc.nuts.util.NDecisionFilter<T>public Set<Map.Entry<T,net.thevpc.nuts.util.NDecision>> entries()
entries in interface net.thevpc.nuts.util.NDecisionFilter<T>public net.thevpc.nuts.util.NDecision get(T t)
get in interface net.thevpc.nuts.util.NDecisionFilter<T>public void unset(T t)
unset in interface net.thevpc.nuts.util.NDecisionFilter<T>public boolean isEmpty()
isEmpty in interface net.thevpc.nuts.util.NDecisionFilter<T>public void clear()
clear in interface net.thevpc.nuts.util.NDecisionFilter<T>public int size()
size in interface net.thevpc.nuts.util.NDecisionFilter<T>public void set(T t, net.thevpc.nuts.util.NDecision decision)
set in interface net.thevpc.nuts.util.NDecisionFilter<T>Copyright © 2026 vpc open source initiative. All rights reserved.