Package | Description |
---|---|
javolution.text |
Text handling package.
|
javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
Modifier and Type | Method and Description |
---|---|
static <T> TextFormat<T> |
TextContext.getFormat(Class<? extends T> type)
Returns the text format for the specified type.
|
protected abstract <T> TextFormat<T> |
TextContext.searchFormat(Class<? extends T> type)
Searches the most specialized format for the specified type.
|
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.Format
Default text format for fast collections (parsing not supported).
|
static class |
Index.Decimal
Default text format for indices (decimal value representation).
|
Copyright © 2005-2013 Javolution. All Rights Reserved.