java.lang.Object
org.optaplanner.core.impl.heuristic.selector.move.generic.list.kopt.MultipleDelegateList<T>
Type Parameters:
T -
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, RandomAccess

public final class MultipleDelegateList<T> extends Object implements List<T>, RandomAccess
A list that delegates get and set operations to multiple delegates. Add and removal operations are not supported.