| Interface | Description |
|---|---|
| CallableE<V,E extends Exception> | |
| IterationControl | |
| RunnableE<E extends Exception> | |
| SimpleCallable<V> | |
| StructureCallable<V> | |
| StructureRunnable |
| Class | Description |
|---|---|
| ComparableTuple |
Comparable tuple is a tuple consisting of numbers and strings, which is compared on per-component order, starting
with the first element (most significant), down to the last one.
|
| ConsiderateLogger |
Utility class that is used to log errors that are likely to happen often.
|
| I18nText |
Representing i18n parameters: template key and arguments
|
| IndexedForest | |
| IndexedRowTree |
A RowTree with an index from rowId to its
RowTree.Node. |
| ItemDisplayable | |
| JiraComponents | |
| JiraFunc |
JiraFunc contains Jira-related functions. |
| JiraUsers |
Workaround for https://jira.atlassian.com/browse/JRA-62034
|
| JsonMapUtil |
Utility methods for working with JSON maps.
|
| La<T,R> |
La is a utility generic-purpose class for functional expressions. |
| La.ComparableComparator<B extends Comparable<B>> | |
| La.LaComparator<A,B> | |
| La2<A1,A2,R> | |
| La2.Binder2<A2,R> | |
| La2.Const<R> | |
| La3<A1,A2,A3,R> | |
| La3.Binder12<A1,A2,R> | |
| Limits | |
| LongListHashIndex |
todo why don't we add this to ArrayForest? We could have a method indexOfCached() which would consult the cache;
todo | the cache would be invalidated on any forest update; also could be "smart" (invalidate only indices after the point of change)
todo Or: merge with IndexedForest
|
| MapObject |
A wrapper for a Map-based structure.
|
| NumericFunctions |
Helper methods for using numeric functions.
|
| RowTree |
RowTree is another representation of the Forest concept.
|
| RowTree.Node |
Represents a single node or a
RowTree. |
| SpecParams |
Usable by AttributeSpec and other Specs that have Map parameters.
|
| StructureUtil |
Contains miscellaneous utility methods.
|
| ToString | |
| TotalOrder |
This class provides total ordering for objects of any type.
|
Copyright © 2018 ALM Works. All Rights Reserved.