- main(String[]) - Static method in class com.hammurapi.common.DependencyScanner
-
- main(String[]) - Static method in class com.hammurapi.common.ScriptURLStreamHandler
-
- map(int[]) - Method in class com.hammurapi.extract.And
-
- map(int[]) - Method in class com.hammurapi.extract.CommutativeAnd
-
- map(int[]) - Method in class com.hammurapi.extract.CommutativeOr
-
- map(int[]) - Method in class com.hammurapi.extract.ComparisonPredicate
-
- map - Variable in class com.hammurapi.extract.CompiledExtractorBase
-
- map(int[]) - Method in class com.hammurapi.extract.CompiledExtractorBase
-
- map(int[]) - Method in class com.hammurapi.extract.IndexedExtractor
-
- map(int[]) - Method in class com.hammurapi.extract.InstanceOfPredicate
-
- map(int[]) - Method in interface com.hammurapi.extract.Mappable
-
Applies mapping to extractor.
- map(int[]) - Method in class com.hammurapi.extract.MappedExtractor
-
- map(int[]) - Method in class com.hammurapi.extract.Or
-
- mapArg(int) - Method in class com.hammurapi.extract.CompiledExtractorBase
-
Maps argument indices for invocation.
- mapExtractor(Extractor<T, V, C>, int[]) - Static method in class com.hammurapi.extract.MappedExtractor
-
- Mappable<T,V,C> - Interface in com.hammurapi.extract
-
Extractors which can change their internal mapping shall implement this interface.
- MappedExtractor<T,V,C> - Class in com.hammurapi.extract
-
Extractor which maps arguments to the target extractor.
- MappedExtractor(Extractor<T, V, C>, int[]) - Constructor for class com.hammurapi.extract.MappedExtractor
-
- MappedPredicate<T,C> - Class in com.hammurapi.extract
-
Extractor which maps arguments to the target extractor.
- MappedPredicate(Predicate<T, C>, int[]) - Constructor for class com.hammurapi.extract.MappedPredicate
-
- mapPredicate(Predicate<T, C>, int[]) - Static method in class com.hammurapi.extract.MappedPredicate
-
- MapTokenSource - Class in com.hammurapi.common
-
Implementation of token source with tokens stored
in a map.
- MapTokenSource(Map<String, String>) - Constructor for class com.hammurapi.common.MapTokenSource
-
- master - Variable in class com.hammurapi.store.DeputyStore
-
- master - Variable in class com.hammurapi.store.LiveView
-
- master - Variable in class com.hammurapi.store.UnmodifiableStore
-
- MethodExtractor<T,V,C> - Class in com.hammurapi.extract
-
- MethodExtractor(double, TimeUnit, Method) - Constructor for class com.hammurapi.extract.MethodExtractor
-
- MethodInvocable<C> - Class in com.hammurapi.common.concurrent
-
Adapts java.lang.reflect.Method to Invocable.
- MethodInvocable(Method) - Constructor for class com.hammurapi.common.concurrent.MethodInvocable
-
- mix(Object...) - Static method in class com.hammurapi.convert.Mixer
-
Mixes interfaces from multiple objects into one proxy.
- Mixer - Class in com.hammurapi.convert
-
Mixes interfaces from multiple objects into one proxy.
- Mixer() - Constructor for class com.hammurapi.convert.Mixer
-
- mixIn(Object, Class<?>...) - Static method in class com.hammurapi.convert.Mixer
-
Mixes-in implementation of interfaces into class.
- MORE_RESTRICTIVE_NM - Static variable in class com.hammurapi.extract.ComparisonResult
-
- mount(KP, PropertySet<KP>) - Method in class com.hammurapi.common.concurrent.AbstractPropertySet
-
- mount(KE[], int, PropertySet<KP>) - Method in class com.hammurapi.common.concurrent.AbstractPropertySet
-
- mount(KP, PropertySet<KP>) - Method in class com.hammurapi.common.concurrent.AbstractSubSet
-
- mount(KP, PropertySet<KP>) - Method in interface com.hammurapi.common.concurrent.PropertySet
-
Mounts source property set at specified prefix.
- MultiIndex<ST,T extends ST,PK,V,S extends Store<ST,PK,S>> - Interface in com.hammurapi.store
-
Non-unique index.
- Multiply<T,C> - Class in com.hammurapi.extract
-
- Multiply(double, TimeUnit, Extractor<T, Number, C>, Extractor<T, Number, C>) - Constructor for class com.hammurapi.extract.Multiply
-
- MutableContext - Interface in com.hammurapi.common
-
Context which can be modified.