| Changed Methods
 | 
  
  
  boolean containsAll(Collection<?>)  
   | 
  
Method was inherited from java.util.AbstractCollection, but is now defined locally.
   | 
    | 
  
  
  boolean equals(Object)  
   | 
  
Method was inherited from java.lang.Object, but is now defined locally.
   | 
    | 
  
  
  int hashCode()  
   | 
  
Method was inherited from java.lang.Object, but is now defined locally.
   | 
    | 
  
  
  boolean isEmpty()  
   | 
  
Method was inherited from java.util.AbstractCollection, but is now defined locally.
   | 
    | 
  
  
  Iterator<E> iterator()  
   | 
  
Method was inherited from java.util.AbstractList, but is now defined locally.
   | 
    | 
  
  
  boolean removeAll(Collection<?>)  
   | 
  
Method was inherited from java.util.AbstractCollection, but is now defined locally.
   | 
    | 
  
  
  void removeRange(int, int)  
   | 
  
Method was inherited from java.util.AbstractList, but is now defined locally.
   | 
    | 
  
  
  boolean retainAll(Collection<?>)  
   | 
  
Method was inherited from java.util.AbstractCollection, but is now defined locally.
   | 
    | 
  
  
  E set(int, E)  
   | 
  
Method was inherited from java.util.AbstractList, but is now defined locally.
   | 
    | 
  
  
  List<E> subList(int, int)  
   | 
  
Method was inherited from java.util.AbstractList, but is now defined locally.
   | 
    | 
  
  
  String toString()  
   | 
  
Method was inherited from java.lang.Object, but is now defined locally.
   | 
    |