Class ImmutableFirstElementList<E>

  • All Implemented Interfaces:
    Iterable<E>, Collection<E>, List<E>

    public class ImmutableFirstElementList<E>
    extends Object
    implements List<E>
    Can't add, replace, or remove the first element in the list.