StackOverflow Questions for Tag: immutable-collections

Yu Zhang
Yu Zhang

Reputation: 2149

Why does Online Python Tutor present this immutable integer as two different integers graphically?

Score: 4

Views: 215

Answers: 3

Read More
NicoXiang
NicoXiang

Reputation: 436

What's the difference between a ConcurrentDictionary and an ImmutableDictionary?

Score: 3

Views: 4335

Answers: 3

Read More
fgsfds
fgsfds

Reputation: 637

How to show "CA1806: Do not ignore method results" for ImmutableList<T>.Add?

Score: 5

Views: 383

Answers: 2

Read More
matt
matt

Reputation: 4244

Are there Immutable Collection classes in .NET that don't have mutation functions?

Score: 3

Views: 189

Answers: 3

Read More
Yair Halberstadt
Yair Halberstadt

Reputation: 6861

Create an ImmutableArray without copying

Score: 9

Views: 4063

Answers: 8

Read More
user27330175
user27330175

Reputation: 43

System.InvalidOperationException: Collection was modified; enumeration operation may not execute for ImmutableDictionary

Score: 4

Views: 76

Answers: 1

Read More
Dmitry Kotleev
Dmitry Kotleev

Reputation: 13

Supporting collection initialization syntax for immutable collections - init modifiers for methods?

Score: 1

Views: 537

Answers: 2

Read More
Peter L
Peter L

Reputation: 3361

Immutable dictionary property initialization in C#

Score: 0

Views: 56

Answers: 0

Read More
DomenPigeon
DomenPigeon

Reputation: 1127

How to cast ImmutableArray<DerivedClass> to ImmutablyArray<BaseClass> and vice versa in C#?

Score: 2

Views: 102

Answers: 1

Read More
xneg
xneg

Reputation: 1358

When immutable collections are preferable than concurrent

Score: 8

Views: 4345

Answers: 4

Read More
ODotN
ODotN

Reputation: 145

C# ImmutableStack<T> Performance

Score: 2

Views: 543

Answers: 1

Read More
Colonel Panic
Colonel Panic

Reputation: 137722

Why use ImmutableList over ReadOnlyCollection?

Score: 119

Views: 51243

Answers: 6

Read More

java.lang.NoSuchMethodError: com.google.common.collect.ImmutableSet.builder()Lcom/google/common/collect/ImmutableSet$Builder

Score: 0

Views: 82

Answers: 1

Read More
aybe
aybe

Reputation: 16662

Why isn't there an IImmutableArray<T> interface in the .NET Framework?

Score: 1

Views: 229

Answers: 2

Read More
Enrico Massone
Enrico Massone

Reputation: 7348

What is the difference between ImmutableArray<T>.As<TOther> and ImmutableArray<T>.CastArray<TOther> methods?

Score: 2

Views: 155

Answers: 2

Read More
Punter Vicky
Punter Vicky

Reputation: 17032

Guava - Collect values extracted from two Optionals into an ImmutableSet

Score: 2

Views: 261

Answers: 2

Read More
matt_rule
matt_rule

Reputation: 1400

What's the difference between a ReadOnlyDictionary and an ImmutableDictionary?

Score: 72

Views: 21704

Answers: 5

Read More
M.Jaskuski
M.Jaskuski

Reputation: 19

Differences between ways of creating ImmutableList

Score: 0

Views: 1188

Answers: 1

Read More
MLeiria
MLeiria

Reputation: 623

Implement Iterable in an immutable LinkedList in Kotlin

Score: 1

Views: 214

Answers: 1

Read More
Todd
Todd

Reputation: 3

implementing immutable stack in python

Score: 0

Views: 66

Answers: 1

Read More
PreviousPage 1Next