org.apache.accumulo.server.monitor.util.celltypes
Class StringType<T>
java.lang.Object
org.apache.accumulo.server.monitor.util.celltypes.CellType<T>
org.apache.accumulo.server.monitor.util.celltypes.StringType<T>
- All Implemented Interfaces:
- Comparator<T>
- Direct Known Subclasses:
- ShowTraceLinkType
public class StringType<T>
- extends CellType<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringType
public StringType()
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 © 2013 Apache Accumulo Project. All Rights Reserved.