Generated by
JDiff

Class com.google.common.collect.Lists

Removed Methods
List<E> asList(E, E, E[]) Returns an unmodifiable list containing the specified first and second element, and backed by the specified array of additional elements.
List<E> asList(E, E[]) Returns an unmodifiable list containing the specified first element and backed by the specified array of additional elements.
 

Added Methods
List<E> asList(E, extends, Object, E, extends, Object, E[]) Returns an unmodifiable list containing the specified first and second element, and backed by the specified array of additional elements.
List<E> asList(E, extends, Object, E[]) Returns an unmodifiable list containing the specified first element and backed by the specified array of additional elements.