public class Immutable extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Immutable.Collection<V>
Wraps an existing
Immutable.Collection to provide read-only access to its contents. |
static class |
Immutable.Iterator<V>
Read-only
Immutable.Iterator prevents removal of objects |
static class |
Immutable.Map<K,V>
Wraps a
Immutable.Map to provide read-only access to its elements. |
Constructor and Description |
---|
Immutable() |
Copyright © 2003-2008 Jive Software.