V - C - public class Constant<T,V,C> extends ExtractorBase<T,V,C>
cost, costUnit, initialCost, invocations, nanos, totalCost| Modifier | Constructor and Description |
|---|---|
protected |
Constant() |
|
Constant(V value) |
| Modifier and Type | Method and Description |
|---|---|
ComparisonResult |
compareTo(Extractor<T,V,C> other)
Basic comparisons with True and False.
|
boolean |
equals(Object obj) |
protected V |
extractInternal(C context,
Map<C,Map<Extractor<T,? super V,C>,? super V>> cache,
T... obj) |
V |
getValue() |
int |
hashCode() |
boolean |
isContextDependent() |
Set<Integer> |
parameterIndices() |
String |
toString() |
createCacheEntry, extract, getCostprotected V extractInternal(C context, Map<C,Map<Extractor<T,? super V,C>,? super V>> cache, T... obj)
extractInternal in class ExtractorBase<T,V,C>public Set<Integer> parameterIndices()
public boolean isContextDependent()
public ComparisonResult compareTo(Extractor<T,V,C> other)
ExtractorBase