Interface UpdatableList<E>

  • Type Parameters:
    E - the type of elements in this list
    All Superinterfaces:
    UpdatableCollection<E>

    public interface UpdatableList<E>
    extends UpdatableCollection<E>
    Updatable list; "updatable" means elements can only be added to the list (no removal, no clear)
    • Method Detail

      • copy

        com.google.common.collect.ImmutableList<E> copy()
        Creates an immutable list copy with all the elements currently in this list
        Specified by:
        copy in interface UpdatableCollection<E>
        Returns:
        immutable copy of the list