unmodifiable

inline fun <T> MutableList<T>.unmodifiable(): List<T>
inline fun <K, V> MutableMap<K, V>.unmodifiable(): Map<K, V>
inline fun <T> MutableSet<T>.unmodifiable(): Set<T>
inline fun <K, V> NavigableMap<K, V>.unmodifiable(): NavigableMap<K, V>
inline fun <K, V> SortedMap<K, V>.unmodifiable(): SortedMap<K, V>
inline fun <T> SortedSet<T>.unmodifiable(): SortedSet<T>
inline fun BooleanBigList.unmodifiable(): BooleanBigList
inline fun BooleanList.unmodifiable(): BooleanList
inline fun BooleanSet.unmodifiable(): BooleanSet
inline fun BooleanCollection.unmodifiable(): BooleanCollection
inline fun ByteBigList.unmodifiable(): ByteBigList
inline fun ByteList.unmodifiable(): ByteList
inline fun ByteSet.unmodifiable(): ByteSet
inline fun ByteCollection.unmodifiable(): ByteCollection
inline fun CharBigList.unmodifiable(): CharBigList
inline fun CharList.unmodifiable(): CharList
inline fun CharSet.unmodifiable(): CharSet
inline fun CharCollection.unmodifiable(): CharCollection
inline fun DoubleBigList.unmodifiable(): DoubleBigList
inline fun DoubleList.unmodifiable(): DoubleList
inline fun DoubleSet.unmodifiable(): DoubleSet
inline fun DoubleCollection.unmodifiable(): DoubleCollection
inline fun FloatBigList.unmodifiable(): FloatBigList
inline fun FloatList.unmodifiable(): FloatList
inline fun FloatSet.unmodifiable(): FloatSet
inline fun FloatCollection.unmodifiable(): FloatCollection
inline fun IntBigList.unmodifiable(): IntBigList
inline fun IntList.unmodifiable(): IntList
inline fun IntSet.unmodifiable(): IntSet
inline fun IntCollection.unmodifiable(): IntCollection
inline fun LongBigList.unmodifiable(): LongBigList
inline fun LongList.unmodifiable(): LongList
inline fun LongSet.unmodifiable(): LongSet
inline fun LongCollection.unmodifiable(): LongCollection
inline fun <T> ObjectBigList<T>.unmodifiable(): ObjectBigList<T>
inline fun <T> ObjectList<T>.unmodifiable(): ObjectList<T>
inline fun <T> ObjectSet<T>.unmodifiable(): ObjectSet<T>
inline fun <T> ObjectCollection<T>.unmodifiable(): ObjectCollection<T>
inline fun ShortBigList.unmodifiable(): ShortBigList
inline fun ShortList.unmodifiable(): ShortList
inline fun ShortSet.unmodifiable(): ShortSet
inline fun ShortCollection.unmodifiable(): ShortCollection
inline fun <T> ReferenceBigList<T>.unmodifiable(): ReferenceBigList<T>
inline fun <T> ReferenceList<T>.unmodifiable(): ReferenceList<T>
inline fun <T> ReferenceSet<T>.unmodifiable(): ReferenceSet<T>
inline fun <T> ReferenceCollection<T>.unmodifiable(): ReferenceCollection<T>
inline fun Byte2BooleanMap.unmodifiable(): Byte2BooleanMap
inline fun Byte2ByteMap.unmodifiable(): Byte2ByteMap
inline fun Byte2CharMap.unmodifiable(): Byte2CharMap
inline fun Byte2DoubleMap.unmodifiable(): Byte2DoubleMap
inline fun Byte2FloatMap.unmodifiable(): Byte2FloatMap
inline fun Byte2IntMap.unmodifiable(): Byte2IntMap
inline fun Byte2LongMap.unmodifiable(): Byte2LongMap
inline fun <V> Byte2ObjectMap<V>.unmodifiable(): Byte2ObjectMap<V>
inline fun Byte2ShortMap.unmodifiable(): Byte2ShortMap
inline fun <V> Byte2ReferenceMap<V>.unmodifiable(): Byte2ReferenceMap<V>
inline fun Char2BooleanMap.unmodifiable(): Char2BooleanMap
inline fun Char2ByteMap.unmodifiable(): Char2ByteMap
inline fun Char2CharMap.unmodifiable(): Char2CharMap
inline fun Char2DoubleMap.unmodifiable(): Char2DoubleMap
inline fun Char2FloatMap.unmodifiable(): Char2FloatMap
inline fun Char2IntMap.unmodifiable(): Char2IntMap
inline fun Char2LongMap.unmodifiable(): Char2LongMap
inline fun <V> Char2ObjectMap<V>.unmodifiable(): Char2ObjectMap<V>
inline fun Char2ShortMap.unmodifiable(): Char2ShortMap
inline fun <V> Char2ReferenceMap<V>.unmodifiable(): Char2ReferenceMap<V>
inline fun Double2BooleanMap.unmodifiable(): Double2BooleanMap
inline fun Double2ByteMap.unmodifiable(): Double2ByteMap
inline fun Double2CharMap.unmodifiable(): Double2CharMap
inline fun Double2DoubleMap.unmodifiable(): Double2DoubleMap
inline fun Double2FloatMap.unmodifiable(): Double2FloatMap
inline fun Double2IntMap.unmodifiable(): Double2IntMap
inline fun Double2LongMap.unmodifiable(): Double2LongMap
inline fun <V> Double2ObjectMap<V>.unmodifiable(): Double2ObjectMap<V>
inline fun Double2ShortMap.unmodifiable(): Double2ShortMap
inline fun <V> Double2ReferenceMap<V>.unmodifiable(): Double2ReferenceMap<V>
inline fun Float2BooleanMap.unmodifiable(): Float2BooleanMap
inline fun Float2ByteMap.unmodifiable(): Float2ByteMap
inline fun Float2CharMap.unmodifiable(): Float2CharMap
inline fun Float2DoubleMap.unmodifiable(): Float2DoubleMap
inline fun Float2FloatMap.unmodifiable(): Float2FloatMap
inline fun Float2IntMap.unmodifiable(): Float2IntMap
inline fun Float2LongMap.unmodifiable(): Float2LongMap
inline fun <V> Float2ObjectMap<V>.unmodifiable(): Float2ObjectMap<V>
inline fun Float2ShortMap.unmodifiable(): Float2ShortMap
inline fun <V> Float2ReferenceMap<V>.unmodifiable(): Float2ReferenceMap<V>
inline fun Int2BooleanMap.unmodifiable(): Int2BooleanMap
inline fun Int2ByteMap.unmodifiable(): Int2ByteMap
inline fun Int2CharMap.unmodifiable(): Int2CharMap
inline fun Int2DoubleMap.unmodifiable(): Int2DoubleMap
inline fun Int2FloatMap.unmodifiable(): Int2FloatMap
inline fun Int2IntMap.unmodifiable(): Int2IntMap
inline fun Int2LongMap.unmodifiable(): Int2LongMap
inline fun <V> Int2ObjectMap<V>.unmodifiable(): Int2ObjectMap<V>
inline fun Int2ShortMap.unmodifiable(): Int2ShortMap
inline fun <V> Int2ReferenceMap<V>.unmodifiable(): Int2ReferenceMap<V>
inline fun Long2BooleanMap.unmodifiable(): Long2BooleanMap
inline fun Long2ByteMap.unmodifiable(): Long2ByteMap
inline fun Long2CharMap.unmodifiable(): Long2CharMap
inline fun Long2DoubleMap.unmodifiable(): Long2DoubleMap
inline fun Long2FloatMap.unmodifiable(): Long2FloatMap
inline fun Long2IntMap.unmodifiable(): Long2IntMap
inline fun Long2LongMap.unmodifiable(): Long2LongMap
inline fun <V> Long2ObjectMap<V>.unmodifiable(): Long2ObjectMap<V>
inline fun Long2ShortMap.unmodifiable(): Long2ShortMap
inline fun <V> Long2ReferenceMap<V>.unmodifiable(): Long2ReferenceMap<V>
inline fun <K> Object2BooleanMap<K>.unmodifiable(): Object2BooleanMap<K>
inline fun <K> Object2ByteMap<K>.unmodifiable(): Object2ByteMap<K>
inline fun <K> Object2CharMap<K>.unmodifiable(): Object2CharMap<K>
inline fun <K> Object2DoubleMap<K>.unmodifiable(): Object2DoubleMap<K>
inline fun <K> Object2FloatMap<K>.unmodifiable(): Object2FloatMap<K>
inline fun <K> Object2IntMap<K>.unmodifiable(): Object2IntMap<K>
inline fun <K> Object2LongMap<K>.unmodifiable(): Object2LongMap<K>
inline fun <K, V> Object2ObjectMap<K, V>.unmodifiable(): Object2ObjectMap<K, V>
inline fun <K> Object2ShortMap<K>.unmodifiable(): Object2ShortMap<K>
inline fun <K, V> Object2ReferenceMap<K, V>.unmodifiable(): Object2ReferenceMap<K, V>
inline fun Short2BooleanMap.unmodifiable(): Short2BooleanMap
inline fun Short2ByteMap.unmodifiable(): Short2ByteMap
inline fun Short2CharMap.unmodifiable(): Short2CharMap
inline fun Short2DoubleMap.unmodifiable(): Short2DoubleMap
inline fun Short2FloatMap.unmodifiable(): Short2FloatMap
inline fun Short2IntMap.unmodifiable(): Short2IntMap
inline fun Short2LongMap.unmodifiable(): Short2LongMap
inline fun <V> Short2ObjectMap<V>.unmodifiable(): Short2ObjectMap<V>
inline fun Short2ShortMap.unmodifiable(): Short2ShortMap
inline fun <V> Short2ReferenceMap<V>.unmodifiable(): Short2ReferenceMap<V>
inline fun <K> Reference2BooleanMap<K>.unmodifiable(): Reference2BooleanMap<K>
inline fun <K> Reference2ByteMap<K>.unmodifiable(): Reference2ByteMap<K>
inline fun <K> Reference2CharMap<K>.unmodifiable(): Reference2CharMap<K>
inline fun <K> Reference2DoubleMap<K>.unmodifiable(): Reference2DoubleMap<K>
inline fun <K> Reference2FloatMap<K>.unmodifiable(): Reference2FloatMap<K>
inline fun <K> Reference2IntMap<K>.unmodifiable(): Reference2IntMap<K>
inline fun <K> Reference2LongMap<K>.unmodifiable(): Reference2LongMap<K>
inline fun <K, V> Reference2ObjectMap<K, V>.unmodifiable(): Reference2ObjectMap<K, V>
inline fun <K> Reference2ShortMap<K>.unmodifiable(): Reference2ShortMap<K>
inline fun <K, V> Reference2ReferenceMap<K, V>.unmodifiable(): Reference2ReferenceMap<K, V>