com.ibm.utilities.collections
Interface Modifiable

All Known Subinterfaces:
com.ibm.utilities.collections.collections.Collection<T>, UnmodifiableCollection<T>, UnmodifiableList<T>, UnmodifiableSet<T>

public interface Modifiable

Denotes an object that has potentially mutable content.

Since:
8.0
See Also:
Unmodifiable
Note:
This interface is designed to be implemented by clients.