org.apache.accumulo.server.monitor.util
Class TableRow

java.lang.Object
  extended by org.apache.accumulo.server.monitor.util.TableRow

public class TableRow
extends Object


Method Summary
 boolean add(Object obj)
           
static
<T> Comparator<TableRow>
getComparator(int index, Comparator<T> comp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public boolean add(Object obj)

getComparator

public static <T> Comparator<TableRow> getComparator(int index,
                                                     Comparator<T> comp)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.