| Class | Description |
|---|---|
| Boundaries | |
| CompilationFinalBitSet |
Immutable Bit Set implementation, with a lot of code shamelessly ripped from
BitSet. |
| CompilationResult<T> |
Trying to parse and compile a regular expression can produce one of three results.
|
| LRUCache<K,V> |
An implementation of a cache with a least-recently-used policy via LinkedHashMap.
|
| TruffleNull | |
| TruffleReadOnlyKeysArray | |
| TruffleReadOnlyMap |