| Package | Description |
|---|---|
| org.tendiwa.rocollections |
Interfaces and implementations for read-only collections.
|
| org.tendiwa.rocollections.test.base |
Base tests for ReadOnlyCollections.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReadOnlyList<T>
A list with only accessors and no mutators.
|
interface |
ReadOnlySet<T>
A set with only accessors and no mutators.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WrappingReadOnlyList<T>
Wraps a
List to expose only its accessors. |
class |
WrappingReadOnlySet<T>
Wraps a
Set with a ReadOnlySet. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ReadOnlyCollection<T> |
AbstractROCollectionTest.implInstance()
Creates an instance of a class to test.
|
Copyright © 2012–2015 jcabi.com. All rights reserved.