Class RemoveOnlyList<E extends TypeBuilder>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
org.apache.sis.feature.builder.RemoveOnlyList<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>

final class RemoveOnlyList<E extends TypeBuilder> extends AbstractList<E>
Wraps another list in a new list allowing only read and remove operations. Addition of new values are not allowed through this RemoveOnlyList.
Since:
0.8
Version:
0.8