| Class | Description |
|---|---|
| ArrayHashMap<K,V> | |
| ArrayUtils |
Utilities to access/update array elements etc.
|
| Constants | |
| Env |
Expression execute environment.Modifed from ChainedMap in jibx.
|
| IdentityHashSet<E> |
Identity hash set based on IdentityHashMap.
|
| LRUMap<K,V> |
LRU map based on LinkedHashMap
|
| Reflector |
Some code is copied from
https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/Reflector.java
|
| Reflector.Target | |
| SyncLRUMap<K,V> |
Thread-safe LRU map
|
| TypeUtils |
Java type to aviator type utilities
|
| Utils |
Some helper methods.
|
| VarNameGenerator |
Non-threadsafe temporal variable name generator
|
| Enum | Description |
|---|---|
| Reflector.PropertyType |
Copyright © 2010–2022. All rights reserved.