Class AbstractMapBasedMultimap.RandomAccessWrappedList

All Implemented Interfaces:
Iterable<V>, Collection<V>, List<V>, RandomAccess, SequencedCollection<V>
Enclosing class:
AbstractMapBasedMultimap<K,V>

private class AbstractMapBasedMultimap.RandomAccessWrappedList extends AbstractMapBasedMultimap<K,V>.WrappedList implements RandomAccess
List decorator that stays in sync with the multimap values for a key and supports rapid random access.