ObservableSortedMap: Document interface
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
3daddad573
commit
b1d0091bc0
@ -9,4 +9,5 @@ import java.util.SortedMap;
|
||||
*/
|
||||
|
||||
public interface ObservableSortedMap<K, V> extends ObservableMap<K, V>, SortedMap<K, V> {
|
||||
// No additional methods.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user