Skip navigation links

Package org.tendiwa.rocollections

Interfaces and implementations for read-only collections.

See: Description

Package org.tendiwa.rocollections Description

Interfaces and implementations for read-only collections. Read-only collections wrap plain old Java Collections and provide a new interface to them with just read-only methods. Read-only collections don't enforce immutability. If the wrapped collection is mutable, it may be mutated. It is the task of the one who wrapped the mutable collection with a read-only collection to ensure that the wrapped collection is not mutated by anything.
Author:
Suseika
Skip navigation links

Copyright © 2012–2015 jcabi.com. All rights reserved.