Class 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.