Class ImmutableCopy
java.lang.Object
com.google.appengine.api.internal.ImmutableCopy
Makes immutable copies of collections using only standard Java classes.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <E> List
<E> list
(Collection<E> collection) Returns an immutable List with the same contents as the given collection.
-
Method Details
-
list
Returns an immutable List with the same contents as the given collection. The List is guaranteed not to change even if the collection does.
-