Top Classes
[default module]

Package org.apache.avro.util.internal


Class Summary

Modifier and TypeClass and Description
public class
public class
ClassValueCache<
Return type of the ClassValue
R
>

Wraps a ClassValue cache so it can be overridden in an android environment, where it isn't available.

public class
public class
ThreadLocalWithInitial

Wraps a ThreadLocal#withInitial(Supplier) so it can be overridden in an android environment, where this method is not available until API 26.