Package com.illumon.iris.gui.table
Class FilterStrategy.OldOpcodes
java.lang.Object
com.illumon.iris.gui.table.FilterStrategy.OldOpcodes
- Enclosing interface:
- FilterStrategy
@Deprecated public static class FilterStrategy.OldOpcodes extends Object
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description static int
EQUALS
Deprecated.static int
EQUALS_ABS
Deprecated.static int
EQUALS_MATCH_CASE
Deprecated.static int
GREATER_THAN
Deprecated.static int
GREATER_THAN_ABS
Deprecated.static int
INCLUDES
Deprecated.static int
INCLUDES_MATCH_CASE
Deprecated.static int
LESS_THAN
Deprecated.static int
LESS_THAN_ABS
Deprecated.static int
NOT_EQUALS
Deprecated.static int
NOT_EQUALS_ABS
Deprecated.static int
NOT_EQUALS_MATCH_CASE
Deprecated.static int
NOT_INCLUDES
Deprecated.static int
NOT_INCLUDES_MATCH_CASE
Deprecated. -
Constructor Summary
Constructors Constructor Description OldOpcodes()
Deprecated. -
Method Summary
-
Field Details
-
EQUALS
public static final int EQUALSDeprecated.- See Also:
- Constant Field Values
-
NOT_EQUALS
public static final int NOT_EQUALSDeprecated.- See Also:
- Constant Field Values
-
LESS_THAN
public static final int LESS_THANDeprecated.- See Also:
- Constant Field Values
-
GREATER_THAN
public static final int GREATER_THANDeprecated.- See Also:
- Constant Field Values
-
INCLUDES
public static final int INCLUDESDeprecated.- See Also:
- Constant Field Values
-
EQUALS_MATCH_CASE
public static final int EQUALS_MATCH_CASEDeprecated.- See Also:
- Constant Field Values
-
NOT_EQUALS_MATCH_CASE
public static final int NOT_EQUALS_MATCH_CASEDeprecated.- See Also:
- Constant Field Values
-
INCLUDES_MATCH_CASE
public static final int INCLUDES_MATCH_CASEDeprecated.- See Also:
- Constant Field Values
-
EQUALS_ABS
public static final int EQUALS_ABSDeprecated.- See Also:
- Constant Field Values
-
NOT_EQUALS_ABS
public static final int NOT_EQUALS_ABSDeprecated.- See Also:
- Constant Field Values
-
LESS_THAN_ABS
public static final int LESS_THAN_ABSDeprecated.- See Also:
- Constant Field Values
-
GREATER_THAN_ABS
public static final int GREATER_THAN_ABSDeprecated.- See Also:
- Constant Field Values
-
NOT_INCLUDES
public static final int NOT_INCLUDESDeprecated.- See Also:
- Constant Field Values
-
NOT_INCLUDES_MATCH_CASE
public static final int NOT_INCLUDES_MATCH_CASEDeprecated.- See Also:
- Constant Field Values
-
-
Constructor Details
-
OldOpcodes
public OldOpcodes()Deprecated.
-