StackOverflow Questions for Tag: unmodifiable

Basil Bourque
Basil Bourque

Reputation: 340188

Why is my `unmodifiableList` modifiable?

Score: 7

Views: 2804

Answers: 1

Read More
anto150192
anto150192

Reputation: 537

I can't use in GWT Collections.unmodifiableList(List l) to make only readable my List, because isn't serializable, alternative ways?

Score: 3

Views: 694

Answers: 2

Read More
Diego Martinoia
Diego Martinoia

Reputation: 4662

UnmodifiableMap with Function<X, Y> values fails to compile

Score: 1

Views: 386

Answers: 1

Read More
Keith Larson
Keith Larson

Reputation: 13

Pointer being treated as an unmodifiable lvalue in Visual Studio 2013

Score: 1

Views: 242

Answers: 1

Read More
injoy
injoy

Reputation: 4383

Can Collections.unmodifiableMap retain the original map?

Score: 0

Views: 208

Answers: 2

Read More
user2763361
user2763361

Reputation: 3919

Does an unmodifiable view of TreeMap retain the key ordering?

Score: 3

Views: 1938

Answers: 2

Read More
user3726374
user3726374

Reputation: 605

Unmodifiable List of modifiable objects

Score: 4

Views: 2352

Answers: 4

Read More
razenha
razenha

Reputation: 7752

Ruby equivalent of Java's Collections.unmodifiableList and Collections.unmodifiableMap

Score: 5

Views: 202

Answers: 2

Read More
Vikram
Vikram

Reputation: 7525

How to reverse an unmodifiable List in java

Score: 8

Views: 6628

Answers: 3

Read More
chaotic3quilibrium
chaotic3quilibrium

Reputation: 5934

How inefficient is passing Collections.unmodifiable* an instance which is already wrapped with Collections.unmodifiable*?

Score: 4

Views: 3525

Answers: 6

Read More
Paulo Guedes
Paulo Guedes

Reputation: 7279

When is the unmodifiablemap (really) necessary?

Score: 39

Views: 34320

Answers: 3

Read More
Random42
Random42

Reputation: 9159

Why don't the unmodifiable methods from Collections class, create collections with new elements?

Score: 0

Views: 161

Answers: 3

Read More
eagertoLearn
eagertoLearn

Reputation: 10162

an example to illustrate this point on unmodifiableCollection in Java?

Score: 0

Views: 205

Answers: 2

Read More
Pedro Estevão
Pedro Estevão

Reputation: 1074

ConcurrentModificationException in unmodifiable collection

Score: 12

Views: 4043

Answers: 2

Read More
m0nish
m0nish

Reputation: 95

unmodifiableCollection changes at server while iterating at client

Score: 2

Views: 225

Answers: 3

Read More
My-Name-Is
My-Name-Is

Reputation: 4940

How do I make a Map<String, List<String> unmodifiable?

Score: 5

Views: 3884

Answers: 4

Read More
Duncan
Duncan

Reputation: 1550

JavaScript, defining unmodifiable Enumerations

Score: 0

Views: 1957

Answers: 1

Read More
duduamar
duduamar

Reputation: 3924

Collections.unmodifiableList wraps already unmodifiable list?

Score: -3

Views: 1495

Answers: 1

Read More
Rehme
Rehme

Reputation: 323

unmodifiable Map still accept adding entries without return UnsupportedOperationException

Score: -1

Views: 1143

Answers: 2

Read More
user468587
user468587

Reputation: 5031

is unmodifiableList thread safe?

Score: 8

Views: 4001

Answers: 3

Read More
PreviousPage 3Next