Package | Description |
---|---|
javolution.text |
Text handling package.
|
javolution.util |
High-performance collection classes with
guaranteed worst case execution time . |
Modifier and Type | Method and Description |
---|---|
static <T> TextFormat<T> |
TextContext.getFormat(Class<? extends T> type)
Returns the text format for the specified type or
null
if none. |
protected abstract <T> TextFormat<T> |
TextContext.searchFormat(Class<? extends T> type)
Searches the plain text format for the specified type in this context.
|
Modifier and Type | Method and Description |
---|---|
abstract <T> void |
TextContext.setFormat(Class<? extends T> type,
TextFormat<T> newFormat)
Sets the text format for the specified type (and its sub-types).
|
Modifier and Type | Class and Description |
---|---|
static class |
FastCollection.StandardText
The standard java collection format (parsing not supported).
|
static class |
Index.Decimal
Holds the default text format for indices (decimal value representation).
|
Copyright © 2005-2013 Javolution. All Rights Reserved.