Uses of Class
org.knowceans.util.TableList.Fields

Packages that use TableList.Fields
org.knowceans.util   
 

Uses of TableList.Fields in org.knowceans.util
 

Methods in org.knowceans.util that return TableList.Fields
 TableList.Fields KeyTableList.remove(int index)
           
 TableList.Fields KeyTableList.set(int index, TableList.Fields element)
          Set the fields at the index and updates the keys.
 

Methods in org.knowceans.util with parameters of type TableList.Fields
 void KeyTableList.add(int index, TableList.Fields element)
           
 boolean KeyTableList.add(TableList.Fields f)
           
 int TableList.FieldComparator.compare(TableList.Fields o1, TableList.Fields o2)
           
 int TableList.Fields.compareTo(TableList.Fields rr)
           
 TableList.Fields KeyTableList.set(int index, TableList.Fields element)
          Set the fields at the index and updates the keys.
 boolean TableList.Filter.valid(TableList.Fields row)
           
 boolean TableList.FieldEquals.valid(TableList.Fields row)
           
 boolean TableList.FieldRegexFind.valid(TableList.Fields row)
           
 boolean TableList.FieldLessThan.valid(TableList.Fields row)
           
 boolean TableList.FieldGreaterThan.valid(TableList.Fields row)
           
 boolean TableList.FieldBetween.valid(TableList.Fields row)
           
 

Method parameters in org.knowceans.util with type arguments of type TableList.Fields
 boolean KeyTableList.addAll(java.util.Collection<? extends TableList.Fields> c)
           
 boolean KeyTableList.addAll(int index, java.util.Collection<? extends TableList.Fields> c)
           
 TableList TableList.sort(java.util.Comparator<TableList.Fields> comp)
          Sort the table with the specific comparator given.
 

Constructor parameters in org.knowceans.util with type arguments of type TableList.Fields
KeyTableList(java.util.List<TableList.Fields> list, java.util.List<java.lang.String> fields)
           
TableList(java.util.List<TableList.Fields> list, java.util.List<java.lang.String> fields)
          Initialise the parallel list with an existing list.