| Changed Methods | 
  
  
  boolean contains(Object, Object)  
   | 
  
Change in signature from (Object, Object) to (java.lang.Object, java.lang.Object). 
   | 
  Returns {@code true} if the provided keys are among the keys provided when the table was
 constructed. | 
  
  
  boolean containsColumn(Object)  
   | 
  
Change in signature from Object to java.lang.Object. 
   | 
  Returns {@code true} if the provided column key is among the column keys provided when the
 table was constructed. | 
  
  
  boolean containsRow(Object)  
   | 
  
Change in signature from Object to java.lang.Object. 
   | 
  Returns {@code true} if the provided row key is among the row keys provided when the table was
 constructed. | 
  
  
  boolean containsValue(Object)  
   | 
  
Change in signature from Object to java.lang.Object. 
   | 
    | 
  
  
  V erase(Object, Object)  
   | 
  
Change in signature from (Object, Object) to (java.lang.Object, java.lang.Object). 
   | 
  Associates the value {@code null} with the specified keys, assuming both keys are valid. | 
  
  
  V get(Object, Object)  
   | 
  
Change in signature from (Object, Object) to (java.lang.Object, java.lang.Object). 
   | 
    |