org.apache.accumulo.server.monitor.util.celltypes
Class StringType<T>

java.lang.Object
  extended by org.apache.accumulo.server.monitor.util.celltypes.CellType<T>
      extended by org.apache.accumulo.server.monitor.util.celltypes.StringType<T>
All Implemented Interfaces:
Comparator<T>

public class StringType<T>
extends CellType<T>


Constructor Summary
StringType()
           
 
Method Summary
 String alignment()
           
 int compare(T o1, T o2)
           
 String format(Object obj)
           
 
Methods inherited from class org.apache.accumulo.server.monitor.util.celltypes.CellType
isSortable, setSortable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

StringType

public StringType()
Method Detail

format

public String format(Object obj)
Specified by:
format in class CellType<T>

compare

public int compare(T o1,
                   T o2)

alignment

public String alignment()
Specified by:
alignment in class CellType<T>


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