Is Guava's ImmutableList.Builder thread safe?
Posted
by Brian Harris
on Stack Overflow
See other posts from Stack Overflow
or by Brian Harris
Published on 2010-05-20T03:01:11Z
Indexed on
2010/05/20
3:10 UTC
Read the original article
Hit count: 425
guava
What are the thread safety guarantees for Guava's ImmutableList.Builder? The javadocs don't say.
© Stack Overflow or respective owner