Class Synced<X>

  • Type Parameters:
    X - Type of item
    All Implemented Interfaces:
    Iterable<X>, Collection<X>, List<X>

    public final class Synced<X>
    extends ListEnvelope<X>
    Synchronized list.

    Objects of this class are thread-safe.

    Since:
    0.24
    • Constructor Detail

      • Synced

        public Synced​(List<X> list)
        Ctor.
        Parameters:
        list - The underlying list