ArrayUtil |
|
BArrayList<E> |
This acts like a java.util.ArrayList but is usable with data binding and data synchronization.
|
BHashMap<K,V> |
|
BTreeMap<K,V> |
|
BuildTag |
Information that tags a build in StrataCode.
|
ClassResolverObjectInputStream |
|
CoalescedHashMap<K,T> |
This should be a faster implementation of the basic operations for a table whose
size is known roughly before populating, elements are never removed, hash functions
are relatively good.
|
CoalescedHashSet<T> |
This is a faster implementation of the basic operations for a table whose
size is known roughly before populating, elements are never removed, hash functions
are relatively good.
|
DialogManager |
This is a simple API to facilitate scripting of UIs which also prompt for dialogs.
|
EmptyIterator<E> |
|
ExtensionFilenameFilter |
|
FileUtil |
|
IdentityHashSet<E> |
|
IdentityWrapper<T> |
Utility class to wrap an object for insertion into a HashMap or whatever to hide its equals/hashCode and instead do comparisons on the wrappers system identity.
|
IntCoalescedHashMap |
This is a faster implementation of the basic operations for a table whose
size is known roughly before populating, elements are never removed, hash functions
are relatively good.
|
IntStack |
|
JSON |
Lightweight JSON formatter and parser built on the sc framework, supporting dynamic properties and types.
|
LineCountStringBuilder |
If only there were a base class to StringBuilder that implemented the same contract but which we could extend
but no, this is an attempt to replicate the key methods using an underlying StringBuilder, keeping track
of the line number.
|
LinkedIdentityHashSet<E> |
|
MessageHandler |
|
PatternFilenameFilter |
|
PerfMon |
For collecting runtime performance statistics.
|
ResultWrapper |
|
SingleElementSet<T> |
A lightweight set implementation for just one element.
|
StringUtil |
|
URLUtil |
|
WeakIdentityHashMap<K,V> |
Implementation of a weak hash map that always uses object identity, not equals/hashCode.
|