| Package | Description |
|---|---|
| cn.sissors.hummingbird.collect | |
| cn.sissors.hummingbird.collect.container | |
| cn.sissors.hummingbird.runtime.timer |
| Modifier and Type | Method and Description |
|---|---|
TableContainer<R,C,V> |
TableContainer.clean()
Clean all content in the container.
|
String |
TableContainer.NULL_CHARACTER_DISPLAY(String NULL_CHARACTER_DISPLAY)
Set customized NULL_CHARACTER_DISPLAY to replace NULL value when printing.
|
String |
TableContainer.print()
Print the container to the console.
|
String |
TableContainer.print(PrintStream printStream)
Print the container to the specified print stream.
|
TableContainer<R,C,V> |
TableContainer.push(R row,
C column,
V value)
Push a cell into container.
|
| Modifier and Type | Method and Description |
|---|---|
CSVTableContainer<R,C,V> |
CSVTableContainer.NEW_LINE(String NEW_LINE)
Set new line character.
|
CSVTableContainer<R,C,V> |
CSVTableContainer.SEPARATOR(String SEPARATOR)
Set separator character.
|
| Modifier and Type | Method and Description |
|---|---|
static Timer |
TimerManager.create()
Create a timer with an empty name and start after creation.
|
static Timer |
TimerManager.create(String name)
Create a timer with a given name and start after creation.
|
static Timer |
TimerManager.createWithoutStart(String name)
Create a timer with a given name.
|
static String |
TimerManager.format()
Format the time with the default name into human readable style .
|
static String |
TimerManager.format(long time)
Format the time with the specified name into human readable style .
|
static String |
TimerManager.format(String name)
Format the time with the specified name into human readable style .
|
static Timer |
TimerManager.start()
Start a timer with the default name
EMPTY_NAME. |
static Timer |
TimerManager.start(String name)
Start a timer with the specified name.
|
static Timer |
TimerManager.stop()
Stop a timer with the default name
EMPTY_NAME. |
static Timer |
TimerManager.stop(String name)
Stop a timer with the specified name.
|
static Long |
TimerManager.time()
Get recorded time of a timer with the default name.
|
static Long |
TimerManager.time(String name)
Get recorded time of a timer with the specified name.
|
Copyright © 2019. All rights reserved.