Class VerboseList<T>

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

    public final class VerboseList<T>
    extends Object
    implements List<T>
    Verbose List that wraps OutOfBoundsException with custom message.
    Since:
    0.31.1