Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class FakeMutableIterator<K>(val iterator: Iterator<K>) : MutableIterator<K> , Iterator<K>
Link copied to clipboard
Link copied to clipboard
class FakeMutableMap<K, V>(val map: Map<K, V>) : MutableMap<K, V> , Map<K, V>
Link copied to clipboard
Link copied to clipboard
class FakeMutableSet<K>(val set: Set<K>) : MutableSet<K> , Set<K>
Link copied to clipboard