Package xyz.cofe.text.table
Class CellFormatMap.ColumnIndexPredicate
- java.lang.Object
-
- xyz.cofe.text.table.CellFormatMap.ColumnIndexPredicate
-
- All Implemented Interfaces:
java.util.function.Predicate<java.lang.Integer>
- Enclosing class:
- CellFormatMap
public static class CellFormatMap.ColumnIndexPredicate extends java.lang.Object implements java.util.function.Predicate<java.lang.Integer>
-
-
Field Summary
Fields Modifier and Type Field Description intcolumnIndex
-
Constructor Summary
Constructors Constructor Description ColumnIndexPredicate()ColumnIndexPredicate(int colIdx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(java.lang.Integer c)
-