Class NeutralMapper
- java.lang.Object
-
- net.anwiba.commons.swing.table.filter.NeutralMapper
-
- All Implemented Interfaces:
IRowMapper
public class NeutralMapper extends java.lang.Object implements IRowMapper
-
-
Constructor Summary
Constructors Constructor Description NeutralMapper(javax.swing.table.TableModel tableModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intgetMappedRowIndex(int rowIndex)intgetRowCount()intgetRowIndex(int rowIndex)inthashCode()java.lang.Iterable<java.lang.Integer>indeces()
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
getRowCount
public int getRowCount()
- Specified by:
getRowCountin interfaceIRowMapper
-
getRowIndex
public int getRowIndex(int rowIndex)
- Specified by:
getRowIndexin interfaceIRowMapper
-
indeces
public java.lang.Iterable<java.lang.Integer> indeces()
- Specified by:
indecesin interfaceIRowMapper
-
getMappedRowIndex
public int getMappedRowIndex(int rowIndex)
- Specified by:
getMappedRowIndexin interfaceIRowMapper
-
-