Class ShortLists.SynchronizedList

java.lang.Object
it.unimi.dsi.fastutil.shorts.ShortCollections.SynchronizedCollection
it.unimi.dsi.fastutil.shorts.ShortLists.SynchronizedList
All Implemented Interfaces:
ShortCollection, ShortIterable, ShortList, Serializable, Comparable<List<? extends Short>>, Iterable<Short>, Collection<Short>, List<Short>
Direct Known Subclasses:
ShortLists.SynchronizedRandomAccessList
Enclosing class:
ShortLists

public static class ShortLists.SynchronizedList
extends ShortCollections.SynchronizedCollection
implements ShortList, Serializable
A synchronized wrapper class for lists.
See Also:
Serialized Form