Class IncludeCodesTypeExperimental
- java.lang.Object
-
- io.engineblock.activityapi.cyclelog.filters.IncludeCodesTypeExperimental
-
- All Implemented Interfaces:
ExperimentalResultFilterType,Named
public class IncludeCodesTypeExperimental extends java.lang.Object implements ExperimentalResultFilterType
A naive implementation of set filtering on integer values. For now, given the (byte) constrained data type width, a simple array is used. When the type widens, this will need to use a native int trie or something else that is time and space efficient.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.engineblock.activityapi.cyclelog.filters.ExperimentalResultFilterType
ExperimentalResultFilterType.StaticDispenser
-
-
Field Summary
-
Fields inherited from interface io.engineblock.activityapi.cyclelog.filters.ExperimentalResultFilterType
FINDER
-
-
Constructor Summary
Constructors Constructor Description IncludeCodesTypeExperimental()
-
Method Summary
Modifier and Type Method Description java.util.function.IntPredicategetIntPredicate(SimpleConfig conf)java.lang.StringgetName()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.engineblock.activityapi.cyclelog.filters.ExperimentalResultFilterType
getFilterDispenser, getFilterDispenser
-
-
-
-
Method Detail
-
getIntPredicate
public java.util.function.IntPredicate getIntPredicate(SimpleConfig conf)
- Specified by:
getIntPredicatein interfaceExperimentalResultFilterType
-
-