Package-level declarations

Types

Link copied to clipboard
interface Internable<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class PrivateInterner<T>(val verifier: IternabilityVerifier<T> = AlwaysInternableVerifier())

This class converts instances supplied to intern to a common instance within the JVM, amongst all those instances that have been submitted. It uses weak references to avoid memory leaks.

Link copied to clipboard

Functions

Link copied to clipboard