package

androidx.arch.core.internal

Classes

FastSafeIterableMap<K, V>Poor's man LinkedHashMap, which supports modifications during iterations.
SafeIterableMap<K, V>LinkedList, which pretends to be a map and supports modifications during iterations.