mirror of
https://github.com/corda/corda.git
synced 2025-03-01 12:21:49 +00:00
4 lines
70 B
Java
4 lines
70 B
Java
package java.util;
|
|
|
|
public interface Set<T> extends Collection<T> { }
|