Class Solid<X>

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

    public final class Solid<X>
    extends IterableEnvelope<X>
    An Iterable that is both synchronized and sticky.

    Objects of this class are thread-safe.

    Since:
    0.24
    • Constructor Detail

      • Solid

        @SafeVarargs
        public Solid​(X... src)
        Ctor.
        Parameters:
        src - The underlying iterable
      • Solid

        public Solid​(Iterable<? extends X> iterable)
        Ctor.
        Parameters:
        iterable - The iterable