Class Synchronized.SynchronizedRandomAccessList<E>

All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, List<E>, RandomAccess, SequencedCollection<E>
Enclosing class:
Synchronized

static final class Synchronized.SynchronizedRandomAccessList<E> extends Synchronized.SynchronizedList<E> implements RandomAccess
  • Field Details

  • Constructor Details

    • SynchronizedRandomAccessList

      SynchronizedRandomAccessList(List<E> list, @CheckForNull Object mutex)