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